Changing working folder location

时间秒杀一切 提交于 2019-12-20 01:08:24

问题


I want to change the location of working folder. How to make the changes in my SVN repository? I am using TortoiseSVN client.


回答1:


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.




回答2:


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




回答3:


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



来源:https://stackoverflow.com/questions/8005275/changing-working-folder-location

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