• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: svn: commit failed for Entire Project, but works for one file
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: svn: commit failed for Entire Project, but works for one file
      • From: Markus Hitter <email@hidden>
References: 
 >svn: commit failed for Entire Project, but works for one file (From: Dharmendra <email@hidden>)

  • Prev by Date: svn: commit failed for Entire Project, but works for one file
  • Next by Date: Re: What could cause this to fail under MallocScribble?
  • Previous by thread: svn: commit failed for Entire Project, but works for one file
  • Next by thread: Re: svn: commit failed for Entire Project, but works for one file
  • Index(es):
    • Date
    • Thread