#2611: Problem with SVN bindings (SVN 1.3.0, Trac r2771)
-----------------------------+----------------------------------------------
 Reporter:  Manuzhai         |        Owner:  cboos
     Type:  defect           |       Status:  new  
 Priority:  high             |    Milestone:  0.10 
Component:  version control  |      Version:  devel
 Severity:  major            |   Resolution:       
 Keywords:  svn130           |  
-----------------------------+----------------------------------------------
Comment (by [EMAIL PROTECTED]):

 * SVN 1.3.0 (no patching so far).
  * Several virtual hosts on Apache 2.2.0 (SuSE Linux 9.3).
  * Only one virtual host used for trac (via name based subdomains)

  * Subdomains configured like that:
 {{{
  <Directory /path/to/httpsdocs>
   Satisfy Any
   Require valid-user
   AuthType Basic
   AuthName "[EMAIL PROTECTED]"
   AuthUserFile /path/to/.htpasswd
  </Directory>

  RedirectMatch permanent ^/(projects)$ https://repos.mydomain.com/$1/
  RedirectMatch permanent ^/(projects)/([^/]+)$
 https://repos.mydomain.com/$1/$2/

  <Location /svn/>
   DAV svn
   SVNParentPath /path/to/repositories
   AuthzSVNAccessFile /path/to/.policy
  </Location>

  <Location /projects/>
   SSLRequireSSL
   setHandler mod_python
   PythonPath "sys.path + ['/usr/share/trac']"
   PythonHandler trac.web.modpython_frontend
   PythonOption TracEnvParentDir /path/to/projects/
   PythonOption TracUriRoot /projects/
   SetEnv PYTHON_EGG_CACHE /usr/lib/python2.4/site-packages
   SVNParentPath /path/to/repositories
   AuthzSVNAccessFile /path/to/.policy
  </Location>
 }}}

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2611>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to