Diffing Question
From: David Harrigan <david.harrigan_at_hpi.co.uk>
Date: 2004-03-23 10:50:24 CET
Hi,
I'm trying to get my head around diffing in subversion. Let me set the
One repo called test that has a directory called src. It has two files
test
I've svn co'ed out the trunk to a directory called test and svn co'ed
Now, if I'm in the trunk and in the src directory, I would have expected:
svn diff -r4:10 TestA.java
to return to me the diffs between my trunk TestA.java revision and my
svn: 'http://localhost/repos/test/branches/2004-03-22/src/TestA.java'
I can confirm that there is a revision of TestA.java at revision 4 in
In order to do what I want it to do, I have to provide the fully
svn diff -r4:10 http://localhost/repos/test/trunk/TestA.java
This to me doesn't make sense. I think svn should know that I'm in the
Am I getting this totally wrong? I hope I'm explaining myself well
-=david=-
---------------------------------------------------------------------
|
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.