• 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: SCM Error 155005
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Re: SCM Error 155005 (From: Xochitl Lunde <email@hidden>)

  • Prev by Date: Re: SCM Error 155005
  • Next by Date: I need to know which compiler or environment my code is being compiled in . . .
  • Previous by thread: Re: SCM Error 155005
  • Next by thread: SubVersion CheckOut Error
  • Index(es):
    • Date
    • Thread