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: Markus Hitter <email@hidden>
- Date: Wed, 18 Jun 2008 22:40:49 +0200
Am 18.06.2008 um 14:06 schrieb Jason Stephenson:
Dharmendra wrote:
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
... sounds like your working copy is messed up by a mismatch between
what's in the working copy's repository cache and what's in the
actual working copy. I'd start with another checkout and copy the
changed files in Terminal over.
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' '~'
While I doubt this issue can be solved by ignoring, I'd prefer not to
ignore single files, but add the ~ to the global-ignores setting in /
etc/subversion/config or do it on a project level by adding
a .svnignore file with the respective contents.
MarKus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
_______________________________________________
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