简体   繁体   中英

Subversion: how to auto update a repository

有了Subversion,有没有办法每天早上6点自动更新存储库?

To run a command to update an SVN working copy at 6:00 am every morning on Windows:

at 06:00 /every:M,T,W,Th,F,S,Su svn up path\to\wc

You could take out S and Su to have it only run on weekdays.

您可以通过命令行和调度程序构建在您的操作系统上。

您可以为此编写一个小脚本。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM