Problems adding files to cvs repository at sourceforge.net
Problems adding files to cvs repository at sourceforge.net
- Subject: Problems adding files to cvs repository at sourceforge.net
- From: David Hoerl <email@hidden>
- Date: Sat, 25 Oct 2008 14:34:29 -0400
[Note: this is my first use of cvs and Xcode, so bear with me pls...
I did search the xcode-users archive and also google first.]
I have the new Xcode Source Management Guide that I'm working
through. My goal is to use Xcode to connect to the repository of a
project I support on sourceforge.
The repository is configured, I got a green light, and was able to
download repository. I created a Xcode project wrapper, put the
downloaded repository into the Xcode wrapper's folder, and now can
update existing files.
What I cannot seem to do is add new ones. When I select a new file
that is in the same folder as a bunch of preexisting files, and
SCM->Add, I get a sheet with this error:
SCM Error
cvs add: in directory `.':
cvs [add aborted]: there is no version here; do `cvs checkout' first
When I look at the SCM log, this is what I see:
add
/Volumes/Data/Users/dhoerl/Development/xlslib/xlslibSourceforgeCVS/xlslib/StandardObjectiveC++.xcconfig
cvs add xlslib/StandardObjectiveC++.xcconfig
cvs add: in directory `.':
cvs [add aborted]: there is no version here; do `cvs checkout' first
cvs add xlslib/StandardObjectiveC++.xcconfig cvs add: in directory
`.': cvs [add aborted]: there is no version here; do `cvs
checkout' first
Normally, from the shell, I would cd to the directory where the file
is, and do the add from there.
David
PS:
Workaround
Once I add a file from the shell:
cvs -d:ext:email@hidden:/cvsroot/xlslib add -m
"new file" COPYING.LESSER
cvs add: scheduling file `COPYING.LESSER' for addition
cvs add: use 'cvs commit' to add this file permanently
I can then switch to Xcode, SCM->Update, then commit the file!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden