[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: Raye Raskin <rayer_at_pobox.com>
Date: 2004-09-22 21:39:42 CEST

Oops. I think I may responded to Mark's response instead
of the original. If I read the docs right, once you know
the version of RC_FOO_BAR, say it's 1234, you can do this:

  svn diff -r 1234

Is that what you want?

Raye.

----- Original Message -----
From: "Raye Raskin" <rayer@pobox.com>
To: "'Edvard Majakari'" <edvard.majakari@staselog.com>; <users@subversion.tigris.org>
Sent: Wednesday, September 22, 2004 12:23 PM
Subject: Re: cvs diff -r RC_FOO_BAR equivalent?

> Edvard,
>
> I think this is what you want:
>
> svn diff -r HEAD
>
> ...which compares against the latest version in the repository.
>
> I think a plain
>
> svn diff
>
> ...compares against what you checked out, which may be out of date.
>
> Raye.
>
> ----- Original Message -----
> From: "Mark" <mark@msdhub.com>
> To: "'Edvard Majakari'" <edvard.majakari@staselog.com>; <users@subversion.tigris.org>
> Sent: Wednesday, September 22, 2004 11:18 AM
> Subject: RE: cvs diff -r RC_FOO_BAR equivalent?
>
>
>>
>> If what you want is "what I changed since I last committed", then "svn diff"
>> should give you that.
>>
>> Mark
>>
>> -----Original Message-----
>> From: Edvard Majakari [mailto:edvard.majakari@staselog.com]
>> Sent: Wednesday, September 22, 2004 12:55 AM
>> To: users@subversion.tigris.org
>> Subject: cvs diff -r RC_FOO_BAR equivalent?
>>
>>
>> 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.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 22 21:40:19 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.