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

Re: Applying the results of svn diff to a disconnected repository

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-08-22 01:13:07 CEST

On Aug 21, 2006, at 19:14, Olivier Sannier wrote:

> I can get the difference between two revisions with this command:
>
> svn diff --revision 1234:head http://url/to/repos/trunk/
>
> Using redirection, I get a file containing the differences.
> When moving to an offline location, I take this file with me and
> I'm trying to apply those differences to the locally kept files.
> But what command should I use?
>
> I tried with the standalone "patch" command, but it seems it does
> not recognize the format.
> Any ideas, anyone?

svn diff should be producing standard diffs, which should be usable
by the standard patch program, AFAIK. What message do you get when
you try this?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 22 01:14:43 2006

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.