23

I need to access a SVN repository that is available online but unfortunately, I am behind a firewall that will not allow svn checkout ... etc. Is there a service that I could give the repository URL, it would download the files for me and provide a ZIP file or something?

Related question: Download an SVN repository? However, the answers are not helpful for my case (I absolutely cannot use a local SVN client).

3
  • Who hosts the svn repository? Btw this is off topic for SO. Commented Apr 19, 2012 at 9:02
  • access svn repository in the same way you want to access the service - Profit.
    – cnd
    Commented Apr 19, 2012 at 9:04
  • 1
    One helpfull answer here : stackoverflow.com/a/25784639/159270
    – Aristos
    Commented Sep 11, 2014 at 10:09

3 Answers 3

20

Since http://svndownload.eu5.org/ does not seem to work any longer, I suggest using wget as explained in an answer to the question you linked to.

If you are on a Windows machine and need wget I can recommend GOW (Gnu On Windows) as a lightweight collection of unix commands for windows.

0
10

The web kalyfe tolds didn't worked me, and I ended downloading a corrupted .zip file. But if you can browse the code using HTTP(s), you can use this client app.

Update 2016.03: testing again the site, our new corporate firewall says that site is malicious.

0
6

There is a lightweight tool, for Windows however.

it can download Git and SVN repositories

https://downloadsvn.codeplex.com/

2
  • Very simple and useful tool, does just one thing and does it right :-)
    – Konamiman
    Commented Jun 22, 2015 at 10:27
  • fyi, this doesn't support svn:externals
    – sam2426679
    Commented Jul 15, 2018 at 17:09

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