Re: svn: commit failed for Entire Project, but works for one file
Re: svn: commit failed for Entire Project, but works for one file
- Subject: Re: svn: commit failed for Entire Project, but works for one file
- From: Jason Stephenson <email@hidden>
- Date: Wed, 18 Jun 2008 08:06:55 -0400
Dharmendra wrote:
When i click on SCM->commit changes.. for a .m or .h or even
MainMenu.nib files it works, but when i click SCM->Commit Entire Project
in XCode 2.5, it gives failure message
svn: commit failed (details follows) - but no details are shown
When i use Terminal to do the commit, i get the error message :
svn: Directory 'xxx/trunk/English.lproj/MainMenu~.nib/.svn' containing
working copy admin area is missing
So, my understanding is that this backup file (with tilde) created by
Xcode is new and wasn't there in the repository. How to handle this
situation and commit the entire project in one go ?
svn has an ignore property. You can get details on svn properties here:
http://svnbook.red-bean.com/en/1.1/ch07s02.html
You probably should run the following on the command line in your
project directory:
svn propset 'svn:ignore' '~'
No guarantees that will work. I don't generally use subversion and I
just typed this in email.
Cheers,
Jason
_______________________________________________
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