Re: Svn diff and merge don't seem to work for me.
From: Paul Koning <pkoning_at_equallogic.com>
Date: 2005-10-21 23:02:50 CEST
>>>>> "Jim" == Jim Lynch <jimlynch1@gmail.com> writes:
Jim> I have two branches by different names. On is revision 15 and
Jim> svn diff -r 12:15
Jim> Even diff -r HEAD:12 should produce lots of differences, but it
Jim> Can someone explain what I'm doing wrong?
Presumably you're executing that command in a working directory,
What the command means is: tell me the differences for the files in
If you made no changes in this branch between those two revs, you will
I think you're suffering from the CVS version conceptual mixup. A
I have two branches by different names. One branch was last changed
In other words: for the second branch, that subtreee of the repository
--- Now to what you probably meant to do: If you want to see the difference between two branches, do this: svn diff svn://hostname/repos/branches/branch1 svn://hostname/repos/branches/branch2 That will compare the latest version of branch1 with the latest in branch2. If you want to compare earlier versions, add @version to one or the other URL, as needed. paul --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Fri Oct 21 23:06:36 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.