Geo
Geo

Reputation: 96957

Can SmartSVN be used as a command-line tool?

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

Answers (3)

Kozaka
Kozaka

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

mstrap
mstrap

Reputation: 17443

If you prefer to have a Java-based solution, give SVNKit a try.

Upvotes: 1

Alan Haggai Alavi
Alan Haggai Alavi

Reputation: 74272

I do not know about SmartSVN. Using the official Subversion binaries will give you command-line access.

Upvotes: 3

Related Questions