On Tue, Feb 21, 2023 at 3:42 PM Jon Daley via users
<users@subversion.apache.org> wrote:
>
> Yeah, I do:
>
> mv file d
> svn remove file
> mv d !$
> svn add !$

$ svn remove --keep-local file
$ svn add file

should accomplish the same thing with fewer commands. Afterwards, 'svn
status' should show 'R' for Replaced.

This should work even if 'file' was originally a symlink that was
"manually" replaced by a regular file.

Cheers,
Nathan

Reply via email to