Question

is there a free sourcecode repository for private sourcecode?

I am looking for a sourcecode repository where I can upload my Android/Java projects with Eclipse. The sourcecode should not be visible to others. I have only found solutions like sourceforge which provide an open-source repository.

Was it helpful?

Solution

Bitbucket https://bitbucket.org/ offer free private Git and Mercurial repositories. The downside is it only allow up to 7 other persons (for ALL of your repositories) to access your code at a given time.

Also https://github.com/ offer free public repositories wich are visibles to anyone but they could be put under the license of your choice (so your code is visible but can't legally be copied and redistributed).

Given it's size, chances your project is even seen by anyone you don't give the url are near to zero, and you have a legal way to prove you own the code posted on.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top