Resolution of 'svn diff' change?
From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2003-05-19 09:42:08 CEST
I just realized that I really like (and rely upon):
svn diff dir/x dir/y
meaning dir/x and dir/y relative to the repository (as cached in the wc).
AIUI, this is now going to be a fatal error. Is that correct? I'm not really
IMHO, this is *very* useful when you have local changes that you haven't
svn diff dir/x dir/y | less
to review my local changes where dir/z is also modified and I don't want to
svn diff dir/x >1
or
for i in dir/x dir/y; do svn diff $i | less; done
whereas
svn ci dir/x dir/y
would still work as expected? (Or, will commit reject the iterative case too?)
If the iterative case is indeed removed as I describe above, then I'm going to
Sorry for the late entry into this thread, but I'm slowly trying to catch up
---------------------------------------------------------------------
|
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.