tags:

views:

3940

answers:

7

Where are the windows binaries for the command line version of svn??

Everywhere I search, it has to be some company's fancy client software with an installer.

Just give me the plain command-line binaries, where the hell are they??

I'm working on a machine where I don't have administrator account

+3  A: 

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.

John Ellinwood
+3  A: 

http://subversion.tigris.org/

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

jro
+14  A: 

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

gix
This no longer works (Subversion moved to Apache, which doesn't release binaries), so this answer should be either fixed or unaccepted.
Jason S
+5  A: 

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

Scott Muc
I decided not to go with the CollabNet edition for that exact reason.
Ken White
+4  A: 

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.

Evan
+1  A: 

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.

alphabeat
Why install all of Cygwin if you don't need it for anything else?
Ken White
@Ken White: See my edit.
alphabeat
Your edit doesn't matter. With Slik SVN and CollabNet available, installing Cygwin for no other purpose than using SVN isn't a viable suggestion, I'm afraid. It's like buying a new car to fix the CD player in your current one. :-) The quickest way to get Subversion is to download only the client.
Ken White
Ah I missed that answer. Thanks :) I didn't feel I deserved the downvotes though. It was just a suggestion and it's not like I told him to format his harddrive :/
alphabeat
True. You didn't tell him that. :-) You probably would have gotten a lot more downvotes if you had.
Ken White
I don't like the answer, but I like your edit explaining it. So I gave u a upvote ;)
jgauffin
A: 

I have hust found this: http://alagazam.net/ . I haven't tried it out, though.

Nicola Musatti