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

diff between working copy dirs?

From: Mark J. Reed <markjreed_at_gmail.com>
Date: Tue, 13 Oct 2009 10:12:47 -0400

This seems like it should be a FAQ, but while I saw a few related posts in
the archives, there didn't seem to be anything definitive. Apologies if I
just missed it.
Anyway, I'm trying to do e.g.
svn diff branches/my_branch trunk

But it always reports no differences (and no error message, either).
 Whereas if I try

svn diff --old=branches/my_branch --new=trunk

I get an error message about a usage that is "not yet supported".

It seems that my options are limited to either using full repository URLs
for both targets, or using a local shell diff (with appropriate flags to
exclude the contents of the .svn directories). Is that correct?

If so, what's the rationale for the limitation - potential confusion between
the contents of the working directories and the contents of the
corresponding repository URLs?

It just seems like the sort of thing that "should work", but of course
that's easy to say from the perspective of someone who hasn't tried to
implement it.

Thanks.

-- 
Mark J. Reed <markjreed_at_gmail.com>
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2407108
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-13 22:57:55 CEST

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.