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

diff between tag (branch) and the working copy?

From: Ling Li <ling_at_caltech.edu>
Date: 2004-02-21 10:45:43 CET

Hi,

Can I `diff' a file between its tagged version and its working copy with
svn diff? Basically this is compare the working copy with another URL
which might be totally irrelevant.

I tried the below two with svn 0.37 & 1.0beta1 but no luck...

svn diff --old http://path/to/tag --new . filename
    svn compares the file with its BASE, not the tagged one

svn diff --old http://path/to/tag filename
    nothing happens... I guess it compares the tagged one with itself

--Ling

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 23 01:24:30 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.