简体   繁体   中英

Pushing Through OK On SVN Update Via Command Line?

I'm using the following line to update a directory via the Windows/DOS command line:

"C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe" /command:update /path:"C:\MyPath\"

After that line, I have it build the solution. It's working great, except for one thing. When it finishes updating, you have to press "OK" on the SVN Update window when it completes to go to the next step.

Is there any way to automatically bypass this, or better yet, have this run without the SVN Update window ever showing up?

I'd really appreciate help in this matter, thanks!

Use the /closeonend flag.

This link has useful command line info.

我使用命令行svn客户端,例如Slik SVN

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