[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 15:14:04 CET

Hi,

I have the following error

When I add a new file in my project, after a svn add and a svn commit I obtain the following message

Error: Commit failed (details follow):
Error: PROPFIND request failed on '/svn/EmploiNet/trunk/test.txt.txt'
Error: PROPFIND of '/svn/EmploiNet/trunk/test.txt.txt': 302 Found (http://cosy.univ-reims.fr)

My apache2 configuration is :

<Location "/svn">
  DAV svn
  SVNParentPath /home/www-data/svn/
  SVNAutoversioning on
  AuthType Basic
  AuthName "SVN"
  AuthUserFile /etc/apache2/svn.htpasswd
# <LimitExcept GET PROPFIND OPTIONS REPORT>
# Require valid-user
# </LimitExcept>
</Location>

An idea ?

Thanks

--
Florent Nolot
CReSTIC/LICA - Université de Reims Champagne-Ardenne
UFR de sciences exactes et naturelles
Département de Mathématiques et Informatique
Moulin de la Housse - BP 1039
51687 Reims Cedex 2.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 10 15:17:03 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.