[viewvc-users] /svn root dir for svn instead of /viewvc
Wojciech Wróblewski <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.viewcvs.user |
|---|---|
| Organization | ELMI |
| Message-ID | <[email protected]> |
Hello, After many hours spend on installing Apache2.2.11+SVN1.6+ViewVC1.1.0-beta1+Py2.6+Mod_python3.3.2.py26.apache2.2(I compiled by myself :D, because there wasn't any for py26) I successful went to the place that it WORKS on WinXP! :) But... I used example from FAQ there was written that I have to use ScriptAlias and it looks like this below: ----------------------------------------------------------------- <Location /svn> DAV svn SVNListParentPath on SVNParentPath C:/SVN_REP #SVNIndexXSLT "/svnindex.xsl" AuthType Basic AuthName "Subversion TEST repositories" AuthUserFile conf/passwd #AuthzSVNAccessFile svnaccessfile Require valid-user </Location> ScriptAlias /viewvc c:\viewvc-1.1.0-beta1\bin\mod_python\viewvc.py <Directory c:\viewvc-1.1.0-beta1\bin\mod_python> AddHandler mod_python .py PythonHandler handler PythonDebug On Order allow,deny Allow from all </Directory> ----------------------------------------------------------------- When I open http://localhost/viewvc I see my Repository in ViewVC mode, but I wanted to see it in this mode, when I open http://localhost/svn. On /svn root I see my repository, but in normal view. That must be some kind of trick (I'm "green" in configuring that kind of things). I thought, that when I change "ScriptAlias /viewvc" with "ScriptAlias /svn" it would works, but it doesn't. Is it possible to do some kind of thing? Wojtek ------------------------------------------------------ http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=1975899 To unsubscribe from this discussion, e-mail: [[email protected]].