Re: vendor branch questions
From: Michael Alan Dorman <mdorman_at_debian.org>
Date: 2002-07-22 16:55:17 CEST
Garrett Rooney <rooneg@electricjellyfish.net> writes:
I have taken a different approach in my experimenting with subversion
The idea I had was that you have a single branch for the upstream
This made merging the changes from the upstream into the trunk very
So, what I would do (in heavily shorthanded form) is:
svn import whatever/upstream
When a new upstream version comes out:
svn co whatever/upstream
In the trunk:
svn merge -rold:new whatever/upstream
This seems "more subversiony" to me---I mean, by doing the imports to
My only complaint, at a practical level, is that I would like svn
So what have I missed?
Mike.
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.