[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: New code: svnpatch

From: Sander Roobol <phy_at_wanadoo.nl>
Date: 2003-04-09 15:38:19 CEST

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

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.