Filed as issue #1236.
Sander
On Wed, Apr 02, 2003 at 09:57:47PM -0600, John Goerzen wrote:
> Hello,
>
> After getting annoyed at the slowness of svn_load_dirs dealing with
> large kernel trees, and the general cumbersomeness of applying
> patches, I wrote svnpatch. It's a simple Python script that is a
> wrapper around patch. It will run patch, detect what has been added
> or removed, and execute appropriate svn add / svn rm commands.
>
> You run it like this, from your working directory:
>
> bzcat ~/kernel/patch-2.4.20.bz2 | svnpatch -p1
>
> The -p1 (and any other arguments) get paseed to patch.
>
> Feel free to include it in Subversion. You can get it from the file
> svnpatch in the Subversion repository at
> http://svn.complete.org/misc/svnpatch/head. I'm also attaching a copy
> below. While it is written in Python, it does not require the
> Subversion python libraries.
>
> -- John
>
> [snip]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 9 15:39:07 2003