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

Re: diffing from a url to a modified wc ?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-07-21 18:36:46 CEST

On Wed, 2004-07-21 at 11:17, Adam Lazur wrote:

> To sum it all up: is there another way to get svn diff to give me a diff
> between a modified wc and a URL?

Using svn 1.1 client,

$ svn diff --old=working_copy --new=URL

If you run 'svn diff target1 target2', it's treating each target
separately, it's not comparing the targets together. It's a common
mistake.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 21 18:37:59 2004

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.