vote up 6 vote down star

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

flag

6 Answers

vote up -1 vote down

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.

link|flag
Why install all of Cygwin if you don't need it for anything else? – Ken White Mar 5 at 1:23
@Ken White: See my edit. – alphabeat Mar 5 at 1:56
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 Mar 5 at 2:06
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 Mar 5 at 2:12
True. You didn't tell him that. :-) You probably would have gotten a lot more downvotes if you had. – Ken White Mar 5 at 2:23
vote up 1 vote down

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.

link|flag
vote up 2 vote down

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

link|flag
I decided not to go with the CollabNet edition for that exact reason. – Ken White Mar 5 at 1:23
vote up 2 vote down

http://subversion.tigris.org/

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

link|flag
vote up 1 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.