Re: Best way to maintain patches to a 3rd party library?
From: Nico Kadel-Garcia <nkadel_at_gmail.com>
Date: Tue, 4 Jan 2011 21:20:52 -0500
On Tue, Jan 4, 2011 at 6:35 PM, NN Ott <nonot100_at_gmail.com> wrote:
You drop the vendor branch download on top of a copy of the old
svn copy svn://repo/tags//vendor-1.0 svn://repo/branches/vendor-2.0-merge
tar xzvf vendor-2.0.tar.gz
svn commit
Delete svn://repo/branches/vendor-2.0-merge if you feel so inclined.
This will combine the forced upgrade into a single commit. Don't do
You can then try to merge that tag with your trunk or other branches,
|
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.