Re: [PATCH] Add --dry-run flag to "svn update" client command
From: Travis <svn_at_castle.fastmail.fm>
Date: Wed, 2 Mar 2011 08:17:34 -0600
On Mar 2, 2011, at 7:50 AM, Mark Phippard wrote:
> On Wed, Mar 2, 2011 at 8:42 AM, Hyrum K Wright <hyrum_at_hyrumwright.org> wrote:
Indeed, I have these tips for users because (1) "update" does not have a --dry-run that will show conflicts, and (2) "status -U" also does not show that information.
Knowing ahead-of-time if an update will produce conflicts is useful information.
====
svn merge -r BASE:HEAD --dry-run .
To see the changes that update would try to merge, run this command:
svn diff -r BASE:HEAD [list of files and directories]
-Travis
|
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.