I am trying to set up CVS on my machine and use it with XCode 2.
I have successfully managed to set up a cvs repository and set the environment variable for it. I have followed this guide to do so. When reaching the point where I must use the 'cvs import -m' command, I get an error in the Terminal saying: "cvs [import aborted]: -t/-f wrappers not supported by this version of CVS
A legacy version of cvs with -t/-f wrapper support is available as: /usr/bin/ocvs."
I know this guide is made for an older version of XCode, and that the latest versions include an updated version of CVS, but even Apple's documentation uses this command to import a project!
Can someone help me?
I have successfully managed to set up a cvs repository and set the environment variable for it. I have followed this guide to do so. When reaching the point where I must use the 'cvs import -m' command, I get an error in the Terminal saying: "cvs [import aborted]: -t/-f wrappers not supported by this version of CVS
A legacy version of cvs with -t/-f wrapper support is available as: /usr/bin/ocvs."
I know this guide is made for an older version of XCode, and that the latest versions include an updated version of CVS, but even Apple's documentation uses this command to import a project!
Can someone help me?