svn client binaries for windows

こ雲淡風輕ζ 提交于 2019-11-27 18:57:01
gix

The former direct links don't work, but the subversion project now provides several offsite links to Windows binaries:

http://subversion.apache.org/packages.html#windows

I use Slik SVN. It doesn't require a bunch of registration information like the CollabNet one does.

Evan

Get the version from Slik SVN, which doesn't require registration, and you should be able to install it anywhere you want (and have permissions).

If you can't run the installer, you could always try extracting the files from it using UniExtract, or possibly Total Commander with the MSI plugin.

You could always use cygwin and install the subversion package during install which would make it accessible in command prompt (with some $PATH changes) but I understand if this doesn't fit your criteria of 'just binaries'.

Edit: I understand why people are downvoting but it was just a last resort suggestion to getting the binaries for subversion. To answer the question 'why install all of cygwin if you just need subversion': I find that originally being a linux app that I'd be more comfortable using subversion in a *nix environment such as cygwin and could consequently leverage GNU utils such as find, grep, bash etc to perform file based operations, which subversion primarily deals with.

I suggested it because of this and I thought it would be the easiest and quickest way to get subversion as the OP had expressed dismay about finding legitimate binaries: a few clicks and you're done. It was a suggestion that was asked for and in my original comment I had the caveat of installing cygwin right there.

Nicola Musatti

I have hust found this: http://alagazam.net/ . This is really the same project as http://sourceforge.net/projects/win32svn/ , which was suggested in another answer.

This is the closest solution to the original, pre-Apache binary. I've been using it without problems for the last two-three years.

http://subversion.tigris.org/

The client-side binaries ship with the source, as well as several other packaged installers.

The Command Line Client from CollabNet, while it does have an installer for windows, all it asks you is where you want to put the files, and then finish. Its just the command line client, like it says, nothing else. Subversion doesn't distribute their own binaries.

The Subversion project does not officially endorse or maintain any binary packages of the Subversion software. However, volunteers have created binary packages for different distributions and platforms, and as a convenience, we maintain a list of links to them here. If there are any problems with or questions about the different binary packages please send email to the Subversion users mailing list.

I've successfully downloaded the binaries in a zip file and used them on windows w/o administrator access from here:

http://sourceforge.net/projects/win32svn/

As already suggested, take a look at the official Apache Subversion Binary Packages page.

If you are looking for zipped binaries of the latest Subversion command-line tools, you can get them at http://www.visualsvn.com/downloads/ (!) without any registration.

Portable binaries can also be found at:

http://www.smartsvn.com/download#svn

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!