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

Re: svn add and commit problem ?

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-03-11 00:38:53 CET

On Mar 10, 2006, at 23:59, Florent Nolot wrote:

> The commit return the following error :
>
> svn: Commit failed (details follow):
> svn: PROPFIND request failed on '/svn/EmploiNet/trunk/Script/toto'
> svn: PROPFIND of '/svn/EmploiNet/trunk/Script/toto': 302 Found
> (http://xxxxx)
>
> I think the problem is in my virtual host ?
>
> An idea ? I try to put
>
> <Location /svn>
> DAV svn
> SVNParentPath /home/www-data/svn/
> </Location>
> in apache2.conf or in mods-enabled/dav_svn.conf and in site-
> available but always the same result.
> I work on the last Debian stable. My DocumentRoot is /home/www-data

There's your problem: You shouldn't have your repositories under your
document root. Move them out of /home/www-data to somewhere else,
adjust your SVNParentPath accordingly, and the error should disappear.

P.S: You shouldn't send this kind of question to the dev list, since
it doesn't concern Subversion development.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Mar 11 00:39:41 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.