Re: Difference between merge -c and merge -r
From: Stefan Sperling <stsp_at_apache.org>
Date: Fri, 29 Sep 2017 17:56:37 +0200
On Fri, Sep 29, 2017 at 03:36:27PM +0000, Scott Bloom wrote:
Hi Scott,
The -c option is just syntactic sugar.
Before it was invented, merging a single revision, say r100, was
With -c, we can write this in a shorter way: svn merge -c100
The -r option also supports "reverse" merges, where the differences
To make copy-pasting revision numbers from the output of 'svn log' easier
To an untrained eye the -c-r100 case might look as if the -r option was
The -c option also accepts multiple revision numbers separated by commas:
I hope this clarifies the situation :)
|
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.