You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Huji <hu...@gmail.com> on 2008/03/13 18:18:24 UTC

svn diff should allow patching

Hi all,

Just as *svn diff > blah.diff* creates a patch file, *svn diff <
blah.diff*should apply
blah.diff to the repository. This will stop all the headache about finding
the right tool to apply a patch locally.

Hope you will obligue,

Huji

Re: svn diff should allow patching

Posted by richard hornsby <ri...@gmail.com>.
On Thu, Mar 13, 2008 at 2:18 PM, Huji <hu...@gmail.com> wrote:

> Just as *svn diff > blah.diff* creates a patch file, *svn diff < blah.diff
> * should apply blah.diff to the repository. This will stop all the
> headache about finding the right tool to apply a patch locally.
>

This tool?

rhornsby@tinman:~$ which patch
/usr/bin/patch


As I understand svn's model, changes are never applied directly to the
repository.  They are applied to your WC and then committed to the repo.