[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 ? Solve

From: Florent Nolot <florent.nolot_at_univ-reims.fr>
Date: 2006-03-11 11:07:19 CET

The problem comes from
ErrorDocument 404 http://xxx
in apache2.conf
Whithout this line, all problems are solve.

Florent Nolot a écrit :

> Even with this
>
> <Location /svn>
> DAV svn
> SVNParentPath /var/svn
> </Location>
>
> I have the same result
>
> Ryan Schmidt a écrit :
>
>> 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
>>
>>
>>
>

-- 
----------------------------------------------------
Florent Nolot
Laboratoire CReSTIC - Equipe LICA
Université de Reims Champagne-Ardenne
UFR Sciences Exactes et Naturelles - Case n°39
Département de Mathématiques et Informatique - Batiment 3
"Moulin de la Housse" - BP 1039
51687 REIMS CEDEX 2
Tél : 03.26.91.32.15
Fax : 03.26.91.33.97
E-Mail : florent.nolot@univ-reims.fr
Web : http://cosy.univ-reims.fr/~fnolot
----------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Mar 11 11:08:18 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.