Merging / reintegration procedure
From: Alex <alex.liivid_at_gmail.com>
Date: Mon, 14 Sep 2009 12:17:29 -0700 (PDT)
Here is my branch structure
We do you primary development on trunk, and do bug fixes on staging.
I have three choices:
svn merge --reintegrate http://[url]/trunk ./ --accept theirs-full
but this leaves diffs when I go the root and do:
diff -r trunk/ branches/staging --exclude=.svn
2) Move branches/staging to branches/staging-[date/version] . Then
3) Copy trunk go branches/staging-[date/version], then update our
I have been doing (2), but I don't really like it. (1) seems to
Ideally subversion would support some type of "symbolic link". I
Any thoughts?
Thanks.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.