简体   繁体   中英

TortoiseSVN from command line

We are building projects in a Subversion and Maven environment. My client forces me to use TortoiseSVN for accesing svn. Everything works fine but now I want to use maven release:prepare for creating a release version of my application. The trouble for me is that maven requires a subversion client which is callable via svn .

If I understands it right tortoise allows command line access only with tortoise.exe. Any idea how I tell maven to use tortoise instead of svn?

Unfortunately installing cygwin or any other svn client is not an option because of client's policies. :-(

Since 1.7, TortoiseSVN includes a copy of the 1.7 SVN command line client in the TortoiseSVN/bin directory.

If using this version is also not an option, and the client doesn't want to let you install a command-line SVN client, explain us that this rule makes no sense because a command-line client is just another user interface over the same SVN library, and that if they insist, then you will lose a whole lot of time, and they will thus lose a whole lot of money, doing manually what could be automated.

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