LinhSaysHi
LinhSaysHi

Reputation: 642

Having trouble installing SVN through zip Windows

In the instructions for installing svn on windows through zip, I've come across a few hardships. The SVN I've downloaded is version 1.8.13. In the instructions, it says to add the bin directory in the Subversion folder to the path environment but there is no bin folder.

To test the installation, they tell me to run 'svn co https://svn.apache.org/repos/asf/subversion/trunk svn' in the directory of the files "C:\Users\dt208672\Documents\subversion-1.8.13\subversion". However, i get the error 'svn is not recognized as an internal or external command'

Upvotes: 0

Views: 551

Answers (1)

Dialecticus
Dialecticus

Reputation: 16761

If there is no bin folder in the package then you have the wrong package. Download the package from the link below, and in it there is a bin folder:

http://sourceforge.net/projects/win32svn/files/1.8.13/apache24/svn-win32-1.8.13-ap24.zip

Or this one for Apache 2.2:

http://sourceforge.net/projects/win32svn/files/1.8.13/apache22/svn-win32-1.8.13.zip

Upvotes: 0

Related Questions