You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Oxley, David" <Da...@workplace-systems.plc.uk> on 2003/06/04 15:47:45 UTC

Patch from an svn diff

I have created a diff file for my entire working copy by running svn diff >
xxx.diff

I then reverted my working copy. How can I patch my working copy from this
diff file.

 

Cheers

Dave.



________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Re: Patch from an svn diff

Posted by Ben Collins <bc...@debian.org>.
On Wed, Jun 04, 2003 at 04:47:45PM +0100, Oxley, David wrote:
> I have created a diff file for my entire working copy by running svn diff >
> xxx.diff
> 
> I then reverted my working copy. How can I patch my working copy from this
> diff file.

patch -p0 < xxx.diff

-- 
Debian     - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
Subversion - http://subversion.tigris.org/
Deqo       - http://www.deqo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org