Fork dead SVN based project on GitHub

Posted by Quinn Bailey on Programmers See other posts from Programmers or by Quinn Bailey
Published on 2013-06-25T22:51:22Z Indexed on 2013/06/26 4:28 UTC
Read the original article Hit count: 275

Filed under:
|
|
|
|

I previously asked this at stack overflow but it was closed, I believe because 'programmers' is a more appropriate venue for this question.

I have done some work on the SVN Importer project (Apache license), which appears to be effectively dead (no published changes in 5 years). I have a login to their svn server but do not have commit rights. At any rate, I'd like to convert this project to Git and push my own changes to GitHub. The GitHub site suggests the svn2git tool for converting svn projects to Git, so I was planning to convert the SVN repository to Git, add my changes, and then push this Git repository to GitHub.

I'm wondering, what are the legal requirements and common conventions of this process? Is it acceptable to clone the entire history of the project and move it to GitHub? Also, even though this is essentially a dead project, once I've translated the repository to Git should I put all of my commits onto a non master branch or is it acceptable to use master in this case?

© Programmers or respective owner

Related posts about legal

Related posts about svn