svn diff weirdness
From: Michael Reinelt <reinelt_at_eunet.at>
Date: 2006-04-24 17:07:59 CEST
Hi there,
first, I got in touch with subversion a few days ago, and I really
I'm facing the following problem: I want to compare a file in trunk and
so I tried the following:
Step 1: find out the last changed revisions:
$ svn info trunk/lib/MRK/al.pm
$ svn info branches/Fill/lib/MRK/al.pm
$ svn diff --old=trunk/lib/MRK/al.pm@54 --new=branches/Fill/lib/MRK/al.pm@17
svn: 'file:///svnroot/MRK/branches/Fill/lib/MRK/al.pm' was not found in
thats true: the file al.pm was added to the branch at revision 20 (in
Is there another simple possibility to find out whether files in trunk
I found a workaround by looking at the output of 'svn log
When I found which files differ, I wanted to merge them. This works with
svn merge branches/Fill/lib/MRK/al.pm@17 trunk/lib/MRK/al.pm@54
I thought that the syntax of "diff" and "merge" is the same. Well, looks
Background: I'm using svn to manage what we call "customization" for a
I put the "common" files into trunk, and created a branch for every
When I modify a customization, I do this in the corresponding branch. If
maybe there's a much more clever solution?
TIA, Michael
-- Michael Reinelt <reinelt@eunet.at> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Mon Apr 24 17:10:49 2006 |
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.