Search code examples
androidsvngoogle-code

How can I make my source code invisible to others?


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.


Solution

  • 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!