Re: Adding existing svn files to new project
Re: Adding existing svn files to new project
- Subject: Re: Adding existing svn files to new project
- From: Jeremy Pereira <email@hidden>
- Date: Wed, 26 Aug 2009 11:59:44 +0100
On 25 Aug 2009, at 19:07, Brian Zwahr wrote:
2.) What if you have multiple individual components developed, each
in their own version control repository (as they should be), then
you want to use them in a new project, also under version control.
It seems like you would have to check them out, add them to the new
project, commit them to version control in the new project, and then
you have two different versions of it in version control. If you
were to update one of the components, you would have to update it in
the new project's repository *and* in the component's repository.
That could spell disaster if that component was being used in
multiple projects.
If everything is in a subversion repository somewhere, you would the
svn:externals property from your main project. If the sub components
are maintained elsewhere in other version control systems than
subversion, you need to treat them as vendor components in your
Subversion repo (the svn book has a discussion on how to manage vendor
branches).
_______________________________________________
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
_______________________________________________
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