doing a diff between the trunk and a tag
From: Wesley J Landaker <wjl_at_icecavern.net>
Date: 2003-08-19 05:22:25 CEST
Hi folks,
I've been using subversion for a while now, and I really like it. =)
There is one thing that came up a bunch today a few times while I was
In CVS, if I had TAG1 and TAG2, and I wanted to see what changed between
cvs diff -rTAG1 -rTAG2
So in subversion, if I have:
/trunk
I basically wanted to do:
svn diff --old branch/tag1 --new branch/tag2
But of course, that doesn't actually work. ;)
What I ended up doing was:
svn log branch/tag1 (see what revision tag1 was created on)
Is there an easier paradigm for doing a diff between tags or branches?
svn merge --just-print-out-all-the-diffs-to-stdout-like-svn-diff-does
=)
-- Wesley J. Landaker - wjl@icecavern.net OpenPGP FP: 4135 2A3B 4726 ACC5 9094 0097 F0A9 8A4C 4CD6 E3D2
|
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.