You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Klaus Fehlker <ly...@web.de> on 2004/11/10 10:45:50 UTC

diff

Hi,

i have two labels set on different revisions of the same folder of the trunk. I.e. i have

/trunk/docs

and two labels in

/labels/rel1.0/docs
/labels/rel1.1/docs

I would like to know which files differ between the two labels.

I found work-arounds like 
a) determining the revisions when the labels were set and comparing these revisions on the trunk
b) checking out /labels/rel1.0/docs on a dummy working copy and making a switch to the /labels/rel1.1/docs whilelogging the output.

Has anyone a more convenient solution for this? Help is much appreciated!
Thanks,
Klaus

-- 
Klaus Fehlker
Schulstraße 2
48493 Wettringen
http://klaus@fehlker.de

I asked mom if I was a gifted child... she said they certainly wouldn't have paid for me. 
Calvin and Hobbes 
________________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt neu bei WEB.DE FreeMail: http://freemail.web.de/?mc=021193


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


RE: diff

Posted by Dale Worley <dw...@pingtel.com>.
According to the book, this should work:

    svn diff http://foo.example.com/rep/labels/rel1.0/docs
http://foo.example.com/rep/labels/rel1.1/docs

That compares the HEAD of the two file-trees, but since they're tags, the
HEAD is the same as the first revision when they were created.

Dale

-----Original Message-----
From: Klaus Fehlker [mailto:lythie@web.de]

i have two labels set on different revisions of the same folder of the
trunk. I.e. i have

/trunk/docs

and two labels in

/labels/rel1.0/docs
/labels/rel1.1/docs

I would like to know which files differ between the two labels.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org