문제

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.

도움이 되었습니까?

해결책

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!

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top