Re: SCM Error 155005
Re: SCM Error 155005
- Subject: Re: SCM Error 155005
- From: Ian Piper <email@hidden>
- Date: Fri, 07 Aug 2009 20:32:41 +0100
Joseph Ayers <email@hidden> wrote on 08/07/2009 01:11:09 PM: > Which directory. The one in the repository or the one on my local > disk? Which one is the parent directory? > Do you know where the is a list of the meaning of SVN Error messages? > > Thanks, > ja
I had the error 15505 problem a while back. I overcame it by preventing Xcode from keeping revisions of nib files, project files and various other things including the build folder. Here is what I did.
Open a terminal and go to your home folder, and then into the hidden folder called .subversion. Then edit the config file: specifically add the line indicated below to the [miscellany] section:
[miscellany] ### Set global-ignores to a set of whitespace-delimited globs ### which Subversion will ignore in its 'status' output, and ### while importing or adding files and directories. global-ignores = build *.model *.pbxuser *~.nib .DS_Store *~
Finally you will need to re-import your project to ensure that it doesn't import the unwanted stuff. You will find it imports a *lot* more quickly too! You will also need to create a new working copy (because your present working copy has all that cruft in it).
I hope this helps.
Ian. -- |
_______________________________________________
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