RFE: copy with metadataOnly should allow removed/replaced sources and added/replaced targets
From: Marc Strapetz <marc.strapetz_at_syntevo.com>
Date: Wed, 22 Apr 2015 20:28:46 +0200
Using copy with the new metadataOnly option (through the API) only
Use case 1: the user has removed file "a" and moved file "b" to file "a"
$ svn status
Goal is to preserve "b"'s history for the new "a" and have the history
$ svn rm --keep-local a
Use case 2: the user has moved file "a" to file "b" and created a new
$ svn status
Goal is to preserve old "a"'s history for "b" and start a new history
$ svn rm --keep-local a
Btw, currently "svn help cp" does not show a "--metadata-only" option at
-Marc
|
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.