[PATCH] diff label problems
From: Gustavo Niemeyer <niemeyer_at_conectiva.com>
Date: 2002-10-19 02:05:25 CEST
There's an interesting diff behavior which is affecting Subversion.
Please, have a look at these two executions:
% diff -u -L dir/file tmp.8380.00002 tmp.15728.00002
% diff -u -L dir/file -L dir/file tmp.8380.00002 tmp.15728.00002
Noticed the diff header? Subversion is currently using the first
% svn diff file:///svnroot/test_at_12 file:///svnroot/test_at_13
At first, this doesn't look like a big problem. But have a look at
If no named files exist, no RCS, ClearCase, or SCCS
Now, guess what happens if the directory "dir" in the patch above
This small patch fixes this behavior:
* subversion/libsvn_subr/io.c
Index: subversion/libsvn_subr/io.c
-- Gustavo Niemeyer [ 2AAC 7928 0FBF 0299 5EB5 60E2 2253 B29A 6664 3A0C ] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Oct 19 02:06:05 2002 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.