SVN ViewCVS/Apache Windows Setup Quick Reference
From: John Doisneau <jdoisneau_at_gmail.com>
Date: 2005-05-11 16:11:00 CEST
Just another quickref, this time to set up ViewCVS for SubVersion on
Cheers,
-------------------
SVN ViewCVS/Apache Windows Setup Quick Reference
1) get the SVN Python bindings from subversion.tigris.org
4) check that the Python shell can load the SVN bindings:
5) get ViewCVS from http://russ.hn.org/viewcvs and unpack it to a directory
6) from the ViewCVS directory, perform c:\PythonNN\Python.exe
7) edit the viewcvs.conf file to have no cvs_root and have the following lines
svn_roots = RepositoryDirName: c:/path/to/parent/RepositoryDirName
(this sets up path/to/parent as being the root of all SVN
8) make sure that %PATH% contains the \bin directory of your SVN installation
9) test: try to run standalone.py (or standalone.py -g if you want a
------------------ ViewCVS with Apache setup
10) add the following line to your httpd.conf file
LoadModule python_module modules/mod_python.so
11) add also the following script alias and corresponding handler:
ScriptAlias /viewcvs "C:/path/to/viewcvs/install/www/mod_python/viewcvs.py"
12) test: launch apache and try to access localhost/viewcvs !
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.