using diff to compare a working copy against a URL@rev
From: Charles E. Doucette <cdoucette_at_med-learn.com>
Date: 2003-12-11 16:55:54 CET
I created a branch to represent a version of a project that I passed to a vendor.
It appears that we made a change to a file right before giving the vendor a copy
Now I am trying to merge the vendor changes
In examining the differences, it appears that the vendor somehow has the latest copy of the changed file but the branch does not;
At the moment, we're using svn 0.32.1 on Windows XP (with SP 1).
I was scared off of using 0.33 with the need to add a post-commit to do deltification
Here's the diff help:
usage: 1. diff [-r N[:M]] [--old OLD-TGT] [--new NEW-TGT] [PATH...]
Here's what I tried to do first:
C:\Inetpub\wwwroot\ABFPportalAuthBranch\my> \
Then I tried this:
C:\Inetpub\wwwroot\ABFPportalAuthBranch\my>svn diff -r 485 --old http://mlc-medi
I'm trying to diff revision 488 of a file in the trunk with the head revision of
How do I do that?
Thanks,
p.s. I must say that having to supply old/new as --old and --new explicitly doesn't seem to make sense to me. I would assume that
---------------------------------------------------------------------
|
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.