我正在Windows7
使用Tortoise SVN
。
我有一个文件夹指向 Subversion 下的路径(http://svn.belux.conseur.org/svn/repository/blabla/...
)。
提交文件后,我想要一个脚本或一种方法来自动将所有文件从源文件夹复制到本地网络上的目标位置。
有办法吗?
答案1
svn export
可以做到这一点,但您必须使用命令行工具和批处理脚本。
@echo off
svn commit %*
svn export %* \\server\folder\