Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

simplest way to download tip/head revision from a sourceforge git repository?

I want to download the source files from a project in sourceforge with a git repository.

But I don't have git, I don't know how to use git, and I'm running on Windows on a network that doesn't allow ssh access.

What's the simplest way for me to download the source tree?


edit: I finally found a .zip file containing the source for this particular project in its "Files" section, so this question is now a moot point for me for now. But I'd still like to know if there's an answer for future reference. Never mind, the source file .zip is incomplete and excludes test cases. >:(

like image 215
Jason S Avatar asked Oct 10 '22 22:10

Jason S


2 Answers

Code -> HTTP -> click on Download Snapshot :)

like image 140
claimoar Avatar answered Oct 13 '22 12:10

claimoar


many git repositories allow http (github does). Maybe sourceforge does too. You probably need git installed though. It's easy to install.

like image 28
mkro Avatar answered Oct 13 '22 12:10

mkro