/jsch-src-to-git

download jsch src releases in zip format and turn them into a git repository for easier reading

Primary LanguageShell

jsch-src-to-git

Download jsch src releases in zip format and turn them into a git repository for easier reading.

I really like JSch. It fits the bill of a pure Java implementation of the SSH protocol quite nicely. For further information on JSch please head over to the JSch homepage.

Unfortunately it doesn't seem to have a public source repository. Neither sourceforge nor maven offer a git / svn / cvs repository. The repository at http://git.jcraft.com/jsch.git (the one listed in maven's pom file) only contains one commit and that is of version 0.1.43.

So I've written two small scripts that will download the source code zip archives from sourceforge and sequentially commit them to a newly created git repository. Obviously it is only a very rough history, but it better than nothing at all.