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

Re: Xcode SCM info


  • Subject: Re: Xcode SCM info
  • From: Philipp Donzé <email@hidden>
  • Date: Sun, 5 Feb 2006 21:42:43 +0100

Hi,

After a few trial, I found out that the error was caused by deletion of svn directory (.svn) in the above. It seems like xcode will delete .svn directory somehow. Can someone please tell me if my finding is correct?

Yes, for me it makes perfectly sense. Xcode deletes the content of the build directory when you press "clean" or "clean all".



If I'm right, is this a bug in xcode+svn or just me doing something terribly wrong? It is unlikely that I have done something terribly wrong. I tried check out a fresh workcopy from my repository, made some test changes in sources and project configuration then commit entire project. It should work but .svn in some directory (directories) just gone missing without a trace.

The "terrible" error you've made, is that you added the "build" directory to the repository. The build directory contains only data which Xcode generated from your source file. It shouldn't contain any file you're editing directly.
It's a bad idea to add the build directory to your repository as its content changes frequently (every time you hit "build") and has no additional value/information, as the same "product" can be generated from the source files and the project file (which contains the build instructions).


Philipp

_______________________________________________
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: 
 >Xcode SCM info (From: Adrian Hoe 贺文耀 <email@hidden>)
 >Re: Xcode SCM info (From: Adrian Hoe 贺文耀 <email@hidden>)

  • Prev by Date: keep building after errors
  • Next by Date: Re: Xcode hang when closing WOBuilder.
  • Previous by thread: Re: Xcode SCM info
  • Next by thread: keep building after errors
  • Index(es):
    • Date
    • Thread