Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

GitHub does not allow users to archive repositories and the available plans have fixed limits for the amount of repositories one may have.

If I need to host more repositories than I'm allowed to and Some of those repositories are inactive, I would like to archive those repositories while keeping all the important information (issues, wiki, commits, ...). Then if I need to use one of those projects again, it would be good to have a way to activate that repository again.

Does anyone knows of a method or third party solution that allows me to achieve something similar to the above?

I work on different small projects that I would like to host on GitHub as private repositories. Those projects became inactive quickly but sometime I need to go back to one of them and fix a bug or do so changes.

share|improve this question
Check this article on Red Glasses. – Alex Nov 12 '11 at 18:16

1 Answer

While there is some workarounds available, like:

IMHO using bitbucket is a better alternative, i.e. free, unlimited private repositories and it also got a git support this year ;)

share|improve this answer
Bitbucket is the way to go for lots of private repos, they only want you to pay when you need more collaborators on a project. – Ashfame Dec 8 '12 at 13:05

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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