little scripts to generate and apply diff series for Subversion
From: Liu Yubao <yubao.liu_at_gmail.com>
Date: 2007-01-09 04:56:40 CET
Hi,
I wrote two little scripts to generate and apply diff series for Subversion,
I know SVK can help decentralized development, but it hasn't pretty GUI frontend
Another similar tool I found is svnpush, but it seems not be maintained long time and
svn-patches.pl doesn't commit automatically because it's not easy to erase
Below is a short scenario to show its usage.
----------------------------------------------------
mkdir diffs;
cd working_copy_for_reposA;
perl svn-patches.pl ..\path_to\diffs
svn unlock reposA/branches/something
regards,
Liu Yubao
---------------------------------------------------------------------
|
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.