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

Re: Resolution of 'svn diff' change?

From: <cmpilato_at_collab.net>
Date: 2003-05-20 20:32:29 CEST

Greg Hudson <ghudson@MIT.EDU> writes:

> diff (di): display the differences between two paths[1].
> usage: 1. svn diff [-r N[:M]] [--old=OLD-TARGET] [--new=NEW-TARGET] [PATH ...]
> 2. svn diff -r N[:M] URL
>
> 1. Displays the differences between OLD-TARGET and NEW-TARGET. If
> PATHs are given, displays only differences in those paths, relative
> to NEW-TARGET. OLD-TARGET and NEW-TARGET may be local wc path or
> URL[@REV]. OLD-TARGET defaults to "BASE", NEW-TARGET to ´.´
>
> '-r N' sets revision of OLD-TARGET to N. '-r N:M' also sets
> revision of NEW-TARGET to M.
>
> 2. Shorthand for 'svn diff -r N[:M] --old=URL --new=URL'.
>
> Use just 'svn diff' to display the local modifications in your wc.

Okay. You get my +1 now. Well done.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 20 20:37:17 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.