Step 1. Install Apache2, I installed apache v2.0.52 for windows.
Step 2. Install Subversion, I installed SVN-1.1.1-Windows-Setup. S
Ubversion Home:
http://subversion.tigris.org/.
Step 3. Install the client tool software under Windows TortoiseSVN, I installed TortoiseSVN-1.1.2.
Tortoisesvn Homepage:
http://tortoisesvn.tigris.org/
.
Step 4. Modify Apache profile
Copy the mod_dav_svn.so and mod_authz_svn.so and mod_authz_svn.so under / httpd / directory to / APAHCE2
/ MODULES / directory.
Copy the libdb42.dll, libeay32.dll, ssleay32.dll, ssleay32.dll, ssleay32.dll in / bin / directory to / Apache2 / Bin /
Folder under the folder.
Then open / apache2
/ conf / directory httpd.conf, first find the following two lines:
#LoadModule DAV_MODULE MOD_DAV.SO
#LoadModule DAV_FS_MODULE MODULES / MOD_DAV_FS.SO
Delete the '#' character of these two lines, then join the following line:
LoadModule DAV_SVN_MODULE MODULES / MOD_DAV_SVN.SO
LoadModule Authz_svn_Module Modules / MOD_AUTHZ_SVN.SO
DAV SVN
SvnParentPath f: / wwwroot / svn
Location>
Where f: / wwwroot / svn is the parent directory of the warehouse you have to build (you must be a local directory).
Step 5. Create an SVN Warehouse:
Svnadmin Create f: / wwwroot / svn / webserver
If successful, you can pass the browser
http: // localhost / svn / webserver /
Access the SVN warehouse STEP 6. SVN usage: 1. SVN import: Import the data under the folder to the library 2. SVN Checkout: Remove the file in the file 3. SVN Commits: Submit all files to the server archive. SVN commit filename submits a file 4. Add a file to the SVN SVN Add filename5. Delete a file from SVN SVN Delete FileName 6. SVN Diff: Compare Current Change 7. SVN Status: Compare File Status 8. SVN Update: Update Local Copy, get the current latest version. If someone else has changed other files, you need to use this command to get the latest changes to others.
Subversion Handbook Chinese Edition http://freebsd.sinica.edu.tw/~plasma/svnbook/step 7. Use TortoiseSVN to make it easy and simple to operate under the Windows window.