Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从批处理文件中进行 SVN 更新:
我知道以下数据:
在我研究了SVN HELP之后,我仍然无法编写正确的命令行语句来从批处理文件执行更新。有人可以为我写下正确的陈述吗?
对于初始结帐,您可以使用:
svn co --username {username} -- password {password} --no-auth-cache {url_to_repo} {working directory for local folder}
您需要在此处永久接受任何 SSL 证书(如果使用 https url)。
然后从批处理文件的工作目录中运行命令:
svn up --username {username} -- password {password} --no-auth-cache