[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svn and apache mod_userdir URL

From: Jehan PROCACCIA <Jehan.Procaccia_at_int-evry.fr>
Date: 2006-10-20 16:19:34 CEST

I want to put svn repository in each user's homedir an access them with
userdir URL -> http://server/~user/ ,
 for user procacci I used:
svnadmin create /mci/mci/procacci/repos
In apache I've set Userdir to subdir repos in the user's homedir:

UserDir repos
<Directory /mci/mci/procacci/repos>
   DAV svn
   #SVNParentPath /mci/mci/procacci/
   SVNPath /mci/mci/procacci/repos/
   AuthzSVNAccessFile /mci/mci/procacci/repos/conf/authz
</Directory>

when I go to http://share.int-evry.fr/~procacci/ I get nothing in the
browser :-(
and apache error logs says:
httpd: subversion/libsvn_subr/path.c:377: svn_path_basename: Assertion
`is_canonical (path, len)' failed.

What is wrong ? Is it possible to put repositories in userdir and serve
them in DAV ?

PS : I read an other user complening about that in the archive, but
apparently at the time (1year ago) it was complicated :-(
http://svn.haxx.se/users/archive-2005-11/0228.shtml

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 20 16:20:58 2006

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.