Old:Installing SVN: Difference between revisions
crapy underline and spacing.. white space please.. .air
No edit summary |
(crapy underline and spacing.. white space please.. .air) |
||
Line 31: | Line 31: | ||
# /svn is the path to your repository root, if you used any drive other than what Apache is on (Uniform Server default = W:\) for your repository root, you'll have to put the drive letter in front of the / (for example, C:\SVN becomes C:/SVN) | # /svn is the path to your repository root, if you used any drive other than what Apache is on (Uniform Server default = W:\) for your repository root, you'll have to put the drive letter in front of the / (for example, C:\SVN becomes C:/SVN) | ||
# Finally, let's create the .htpasswd file which will store the username & password needed to modify your repositories. Open the Command Prompt again, cd into Apache's bin directory (W:\usr\local\Apache2\bin). Execute:<pre>htpasswd -c .htpasswd <username></pre> To add more usernames & passwords, execute:<pre><nowiki>htpasswd .htpasswd <username></nowiki></pre> ''Note: Replace <nowiki><username></nowiki> with the username of your choice.'' | # Finally, let's create the .htpasswd file which will store the username & password needed to modify your repositories. Open the Command Prompt again, cd into Apache's bin directory (W:\usr\local\Apache2\bin). Execute:<pre>htpasswd -c .htpasswd <username></pre> To add more usernames & passwords, execute:<pre><nowiki>htpasswd .htpasswd <username></nowiki></pre> ''Note: Replace <nowiki><username></nowiki> with the username of your choice.'' | ||
For more advanced configurations (not needed by many) view [http://tortoisesvn.tigris.org/docs/TortoiseSVN_en/ch03.html Setting Up an SVN Server]. | |||
== Last Steps == | == Last Steps == | ||
Line 49: | Line 49: | ||
* [http://subversion.tigris.org/ Subversion Homepage] | * [http://subversion.tigris.org/ Subversion Homepage] | ||
* [http://tortoisesvn.tigris.org/ TortoiseSVN, a popular Win32 GUI SVN Client] | * [http://tortoisesvn.tigris.org/ TortoiseSVN, a popular Win32 GUI SVN Client] | ||
[[Category: Installation]] | [[Category: Installation]] |