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

svn add and commit problem ?

From: Florent Nolot <florent.nolot_at_univ-reims.fr>
Date: 2006-03-10 23:59:55 CET

Hi,

I have a svn server via http on a apache2 web server. The commit, update
works fine. The only problem is when I add a file on my working directory.
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

Thanks for help. On a web server without virtual host, no problem. We
svnserve, it's also work fine.

---------------------------------------------------------------------
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:01:07 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.