Pergunta

I am an android developer and recently using SVN to maintain my source code and uploaded my code on code.google.com . But I noticed that the code is accessible to all persons . I want that, my source code will only visible to me and the user that is created by me.

Foi útil?

Solução

What you need is a private repository. As you may also see here, your project must be open source in order to be hosted in google code.
However you can host your project in different providers, such as bitbucket that provides private repositories for free. Unfortunately though in bitbucket there is no svn, only git and mercurial. The choice is yours!

Outras dicas

I recommend BitBucket with git. That's what I use along gitHub. You can have private repositories. Git is easy to pick up in hours.

Other option could be Assembla. You can have one private repo for free.

Or you can pay for private repos.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top