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

svn diff on missing directory deletes?

From: Chris Wein <cwein_at_mobilygen.com>
Date: 2005-03-31 02:57:07 CEST

I am having a problem diff'ing two tags that differ only in additions of
a new directory and files contained in a directory. Specifically,

In revision B, I added /trunk/directory and the file
/trunk/directory/file. Revision A is revision immediately prior to
revision B. I then make two tags, /tags/tagA and /tags/tagB which are
identical to A and B respectively. So...

svn diff --old svn://repos/tags/tagA --new svn://repos/tags/tagB

yields the correct result.

However,

svn diff --old svn://repos/tags/tagB --new svn://repos/tags/tagA

shows no diffs whatsoever (notice that the order of tagA and tagB is
swapped).

I checked the same procedure between two tags that differ only in the
addition of a new file in an existing directory (exists in both tags)
and svn diff works with either order.

Is this a bug or a feature?

-- 
Chris Wein
Software Manager
Mobilygen Corp.
E-Mail : cwein@mobilygen.com
Phone  : 408-869-4035
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 31 02:59:41 2005

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.