How to use svn command line on windows xp?

10,173

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.

Share:
10,173
Riz
Author by

Riz

Updated on June 15, 2022

Comments

  • Riz
    Riz almost 2 years

    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 ?

  • jgifford25
    jgifford25 over 13 years
    Make sure the binaries you get match the ones that TortoiseSVN uses. Generally 1.5.x binaries won't work with a 1.6.x work copy and other great combinations and cause even more fun issues. As long as both Tortoise and svn.exe are a the same major version you should be good.