| Subversion, Apache and TortoiseSVN Install on Windows |
| Tuesday, 04 December 2007 | |
|
Step2 : Install Subversion first with all the default recommendations Goto to the command line.Start->Run and type cmd C:mkdir svn" "C:cd svn" "C:svnadmin create myrepos" Step3 : Install Apache. If you are a single user, the input localhost as the server in the first two input fields.Email can be admin@localhost. If on a network,look up the ip of the machine and put it into the first two fields.Email can be admin@(the ip). Point your web browser to the server's ip address(http://localhost or http://ip).You will get a prebuilt webpage if the install was a success. Step4 : Now copy the bin folder from "C:program filessubversion" to a new folder "C:subversion". Step5 : Open the Apache httpd.conf file from "C:Program FilesApache GroupApache2conf". Goto the LoadModule part and add the following two lines at the end of LoadModule: LoadModule dav_svn_module "C:/subversion/bin/mod_dav_svn.so" LoadModule authz_svn_module "C:/subversion/bin/mod_authz_svn.so" Also uncomment the following line in LoadModule by remving the "#" "LoadModule dav_module modules/mod_dav.so" Add the following lines at the end of the file "<""Location /svn>" - without the quotes DAV svn SVNListParentPath on SVNParentPath "C:SVN" - without the quotes AuthType Basic AuthName "Subversion repositories" AuthUserFile passwd #AuthzSVNAccessFile svnaccessfile Require valid-user "<""/Location>" - without the quotes Generate passwords by browsing to the Apache2 dir through the command line: binhtpasswd -c passwd Restart Apache, it should run fine. Now goto http://(ip or localhost)/svn/ You will be prompted for a password. Step6 : Install TortoiseSVN with the default recommendations. In the repo browser, type http://(ip or localhost)/svn/myrepos/. You will be prompted for a login. If anything needs to be corrected, please email me at gerry ( a t) m a c h i n e g r i d . c o m |
| Next > |
|---|
Flashing the LPC2106