How do I Automate Keeping my TortoiseSVN Project Up-to-date?

天涯浪子 提交于 2019-12-04 14:28:51

Try creating a file called "autorun.inf" in the root directory of your USB key. Then fill it with the following lines:

[autorun]
open=CheckForMods.bat

Then create a CheckForMods.bat batch file in the root directory that does an svn status -u.

Create a batch file which automatically update your local working copy when the USB key is connected.

http://code.google.com/p/commitmonitor/

Commit Monitor, it has a portable version you can stick on your USB drive

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