Reputation: 96957
I would like to write a script that checks out stuff from a repository every couple of hours, and I'd like to know if I could use SmartSVN from the command line to do it. If SmartSVN can't be used from the command line, what subversion client could I use? Please recommend one that supports authentication as well ( I'm hoping all of them know how to do that, but you never know ).
Upvotes: 2
Views: 6805
Reputation: 78
SmartSVN has no command line tool, means you can not execute SVN commands if only SmartSVN is installed on your OS.
If you would like to have SVN command line, you have to install some official binaries. Here you can find some according to your OS.
Upvotes: 1
Reputation: 74272
I do not know about SmartSVN. Using the official Subversion binaries will give you command-line access.
Upvotes: 3