[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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
# Ah, crap, I meant "svn mv"!
% svn mv -keep-local 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
CONFIDENTIALITY NOTICE: The information transmitted in this email, including attachments, is intended only for the person(s) or entity to which it is addressed and may contain confidential, proprietary and/or privileged material exempt from disclosure under applicable law. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this message in error, please contact the sender immediately and destroy any copies of this information in their entirety.
Received on 2020-02-12 07:32:53 CET

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.