How do I move a file (or folder) from one folder to another in TortoiseSVN?

前端 未结 11 2051
庸人自扰
庸人自扰 2020-12-22 14:49

I would like to move a file or folder from one place to another within the same repository without having to use Repo Browser to do it, and without creating two independent

11条回答
  •  [愿得一人]
    2020-12-22 15:28

    From the command line, you can type svn mv path1 path2. This will create an add and a delete operation, but there's not really a way around that - as far as I know - in Subversion.

提交回复
热议问题