Re: Subversion wrappers (was: cvs 1.10 vs 1.11)
Re: Subversion wrappers (was: cvs 1.10 vs 1.11)
- Subject: Re: Subversion wrappers (was: cvs 1.10 vs 1.11)
- From: Nir Soffer <email@hidden>
- Date: Fri, 29 Dec 2006 14:48:47 +0200
On Dec 29, 2006, at 12:49, Markus Hitter wrote: So, what's the recommended replacement for wrappers?
To place an example where svn is inferior to cvs, I stuff documents made with Pages.app into a svn repository to get version control. Often, Pages liberately removes the .svn directory inside the document bundle. Subversion obviously can't handle this situation at all, it chokes by marking the entire bundle with a ~ and refuses to commit.
While the example isn't directly Xcode, is there a known workaround for such situations?
Use another version control system that does not pollute your tree with meta data, like bazaar. In bazaar < http://bazaar-vcs.org/>, all the meta data is saved in the .bzr directory in the root directory of the project.
|
_______________________________________________
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