andischerer / atom-svn

SVN integration for atom text editor
MIT License
34 stars 7 forks source link

Help installing on Windows #19

Closed Tyree closed 8 years ago

Tyree commented 8 years ago

Sorry for the probable noob question, but where is the svn binary I need to add to PATH on Windows 7? I have Tortoise SVN installed as well as Smart SVN. Do those install an svn binary?

Thanks!

Tyree commented 8 years ago

Nevermind. I see that I can install svn.exe (command line tools) as an option with TortoiseSVN. Did so and added the path (C:\Program Files\TortoiseSVN\bin\svn.exe) to the system PATH. Restarted Atom and it seems to be working. Thanks!

ghost commented 8 years ago

I'm facing the same issue and can't get my hands on the svn.exe file. No admin rights to even reinstall. Perhaps Cygwin can do the trick...

Tyree commented 8 years ago

You can get the svn.exe with TortoiseSVN.

ghost commented 8 years ago

Right, I have the .msi, but no admin rights to reinstall. I currently don't have svn.exe since the sysadmin installed it without the CLI tools... :(

Tyree commented 8 years ago

Ah, I gotcha. Go here and download the Apache Subversion command line tools. The svn.exe is in the bin folder. No need to install. https://www.visualsvn.com/downloads/

ghost commented 8 years ago

Nice, I stopped searching after a short while. Thanks for the pointer.