RFE: "svn mv --keep-local" (and perhaps "svn cp --keep-local")
From: Nogin, Aleksey <anogin_at_hrl.com>
Date: Wed, 12 Feb 2020 00:32:15 +0000
Currently, "svn rm" supports "--keep-local" (as in - record the change in the db, but do not change the working copy files), but neither svn mv, nor svn cp do.
Common use case:
% mv a b
Of course, there is always the workaround of "mv b a; svn mv a b", but it's quite annoying to have to do it.
Aleksey
|
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.