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

Re: cvs diff -r RC_FOO_BAR equivalent?

From: Max Bowsher <maxbowsher_at_gmail.com>
Date: 2004-09-22 22:59:08 CEST

On Wed, 22 Sep 2004 09:54:44 +0300, Edvard Majakari
<edvard.majakari@staselog.com> wrote:
>
> Do I really have to do
>
> svn diff --old svn://repos/project/tags/RC_FOO_BAR .
>
> to get differences between the stuff in my current directory and
> repository? moreover that doesn't seem to work either.

What *exactly* do you want to see the differences between?

Differences *from* a tag *to* the current state of your WC?
svn diff --old svn://repos/project/tags/RC_FOO_BAR --new .
Note the added "--new" compared to your command.

See "svn help diff" to understand why.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 22 23:00:11 2004

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.