문제

I haven't been able to find a step by step tutorial to setup a git or svn repository on my local server/PC running on Windows! It should provide access to multiple users for submitting source code and stuff. I am new to concepts such as svn or git and would really appreciate a tutorial covering the basics. Are there any other alternatives to git or svn which can be setup on a local windows server?

Thanks in advance!

도움이 되었습니까?

해결책

Try Visual SVN as it's very easy to setup and manage. It comes with latest version of bundled SVN server and nice UI for managing users and repositories. Free for commercial projects development.

I found very nice quick guide for installing and configuring Visual SVN. Almost every step is illustrated with a screenshot.

다른 팁

Set up Apache to serve your webpages and put your bare git repository in the DocumentRoot, e.g. one created with git init --bare. If you need further assistance, do leave a comment.

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