RE: Xcode user - project.xcodeproj file in repository
From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Fri, 5 Mar 2010 11:43:35 -0500
> Yup, that's what I thought. I was trying to do the add, then the commit,
All you should need to do is:
cd /working-copyfolder
Do you understand the difference between a repository and a working copy? If not, you really should read the first few chapters of the svn book to understand the basic teminology. It helps greatly when discussing stuff on the list that everyone knows what repository and working-copy mean.
Once you are in your working copy you just do:
svn add .
then
svn commit -m "initial check in"
That should do it. You don't need to specify the repository path when you do an add... svn already knows the information from the metadata in the .svn folders of your working copy.
BOb
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.