A sane way to rename a directory in subversion working copy

前端 未结 4 1423
Happy的楠姐
Happy的楠姐 2021-02-02 05:05

While somehow versed in VCS (regular svn, git and git-svn user) I can\'t seem to wrap my head around this peculiar SVN behavior.

Whenever I need to rename a directory in

4条回答
  •  萌比男神i
    2021-02-02 05:51

    One could think of a scenario where the directory has been changed in the repository by an other user. Renaming the same folder in your working copy may trigger tree conflicts during commit.

    Resolving conflicts shows how to resolve 'tree conflicts' in subversion.

提交回复
热议问题