Re: svn diff interface
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-05-09 21:47:41 CEST
sam th <sam@uchicago.edu> writes:
> On Thu, 2002-05-09 at 14:00, Philip Martin wrote:
On the other hand I can run
% svn merge wc_path1 wc_path2 .
to merge the differences between wc_path1 and wc_path2 into the
% svn diff wc_path1 wc_path2
doesn't work. I might be able to use
% diff -r -x .svn wc_path1 wc_path2
but that doesn't limit itself to just versioned items, it will try to
% diff -r -x .svn -x '*.o' wc_path1 wc_path2
but I have got to hope I can construct -x rules that are appropriate
Maybe it's because I am not a big CVS user (although I have used it)
-- Philip --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu May 9 21:48:49 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.