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

Re: [Subclipse-users] Patching with Subclipse 1.4 branch

From: Javier Kohen <jkohen_at_gmail.com>
Date: Thu, 29 May 2008 20:26:37 -0700

On Thu, May 29, 2008 at 3:45 PM, Bradley Wagner <
bradley.wagner_at_hannonhill.com> wrote:

> I was looking the SVN Console when a patch was being created a noticed a
> "--old" flag in the "diff" command. I verified that I'm using a SVN 1.5 RC
> on OS X.
>
> Was curious about that meant?

Svn help is there to answer all your doubts:
$ svn help diff | grep \\--old
       2. diff [-r N[:M]] --old=OLD-TGT[@OLDREV] [--new=NEW-TGT[@NEWREV]] \
  3. Shorthand for 'svn diff --old=OLD-URL[@OLDREV] --new=NEW-URL[@NEWREV]'
  --old arg : use ARG as the older target

So it seems that it sets the base revision for the diff.
Received on 2008-05-30 05:27:02 CEST

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.