我执行了以下步骤来实现 svn 中的自动镜像过程(将 master 提交到 slave):
首先,我运行
svnsync init
命令来初始化主存储库和从存储库现在我在hooks 目录内的主端和从端创建了
post-commit.ba
t 和。post-revprop-change.bat
prev-revprop-change.bat
现在,在使用 eclipse 从主端提交我的更改时,提交会挂起无限长的时间而没有任何成功。
我正在运行的命令
post-commit.bat
是post-revprop-change.bat
:svnsync sync https://TestPcWin8pro.rcik3.domain.local/svn/testrcirepo/
和
svnsync copy-revprops https://TestPcWin8pro.rcik3.domain.local/svn/testrcirepo/
请检查命令并提出从 Eclipse 提交时提交挂起的原因(使用 Subclipse 插件)。