Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use svn command line on windows xp?

I am using TortoiseSVN on Windows XP. I use GUI for operations like svn commit and svn update.

How can I start command line for SVN operations ?

like image 373
Riz Avatar asked Nov 08 '10 11:11

Riz


1 Answers

You need to get the svn command line binaries from here. Tortoise doesn't offer a stand-alone svn.exe, I figure it has the libraries embedded in a DLL.

like image 197
Pekka Avatar answered Sep 28 '22 04:09

Pekka