GUI And Command line SVN Client

svn

I think this was asked in another question but I'm looking for a SVN client that can handle gui and command-line commands.

For example a developer would like a gui to work with but a script would find it easier to issue commands directly on the command line. Installing one of the gui clients in addition to the svn command line client could lead to a version conflict so I was wondering if there was any client that can handle both.

Best Solution

Just use whatever you like SVN GUI client, and get original SVN client binary from subversion.org. This way you will get GUI and in case if you want command line, just open your command prompt and issue commands directly.
And yes, TortoiseSVN and SVN command-line client don't have any problems with each other.