Changing working folder location

情到浓时终转凉″ 提交于 2019-12-01 20:04:30

If you want to move your entire working copy, just move it in the file system.

If you want to move a folder within the working copy and later commit the move, right click on the folder, pick TortoiseSVN->Rename.

Change YourFolder to something like ..\..\NewFolder\AnotherFolder\YourFolder. Note that ..\..\NewFolder\AnotherFolder\ must exist before the operation.

Another way to move files and folders from TortoiseSVN is to use the Repository browser. There you can easily drag'n drop them to new locations. The files are moved in the remote svn repository. You need to update your working copy to get the movements locally.

You can just copy your working folder outside of Tortoise-svn (with standard copy operation). After that Tortoise will work with your new location.

You can really clean up a lot in your working copy by using the right drag functionality in your explorer. Check the link below for some features you most likely never knew about:

http://tortoisesvn.net/mostforgottenfeature.html

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!