Thanks a lot Mark and Baptiste,
You were absolutely right. I had to change jk.conf this way :
#For extra security, deny direct access to any WEB-INF and META-INF 
directories
#<LocationMatch "/WEB-INF/">
#AllowOverride None
#Deny from all
#</LocationMatch>
#<LocationMatch "/META-INF/">
#AllowOverride None
#Deny from all
#</LocationMatch>
That makes Tomcat web-apps less secure, but after all that's only my 
personal server. I guess that in real-life you won't put SVN on your 
production server !
Cheers
Landry Soules
MATHUS Baptiste a écrit :
> Yes +1, it might be a problem of configuration, since we also develop webapps with Subclipse and have no problem committing the WEB-INF dir.
>
> -- Baptiste
>
>   
>> -----Message d'origine-----
>> De : Mark Phippard [mailto:markphip@gmail.com] 
>> Envoyé : dimanche 17 décembre 2006 21:32
>> À : users@subclipse.tigris.org
>> Objet : Re: [Subclipse-users] Can not commit WEB-INF
>>
>> On 12/17/06, Landry Soules <skaboss@mail.ru> wrote:
>>
>>     
>>> I'm a CVS user trying to switch to Subversion, but i'm facing a 
>>> strange problem.
>>> I'm a Java developper, using Eclipse, with Subclipse plugin.
>>> Every Java web app has to have a WEB-INF folder.
>>> Everytime i commit a web project, everything seems ok, 
>>>       
>> until svn comes 
>>     
>>> to WEB-INF, i then get this error:
>>>
>>> Ajout          .classpath
>>> Ajout          .factorypath
>>> Ajout          .project
>>> Ajout          .settings
>>> Ajout          .settings/org.eclipse.jdt.apt.core.prefs
>>> Ajout          
>>>       
>> .settings/org.eclipse.jst.common.project.facet.core.prefs
>>     
>>> Ajout          .settings/org.eclipse.wst.common.component
>>> Ajout          
>>>       
>> .settings/org.eclipse.wst.common.project.facet.core.xml
>>     
>>> Ajout          .settings/org.hibernate.eclipse.console.prefs
>>> Ajout          WebContent
>>> Ajout          WebContent/META-INF
>>> Ajout          WebContent/META-INF/MANIFEST.MF
>>> Ajout          WebContent/WEB-INF
>>> Ajout          WebContent/WEB-INF/lib
>>> svn: Échec de la propagation (commit), détails :
>>> svn: MKCOL de
>>>
>>>       
>> '/svn/rep/!svn/wrk/2f25545d-d124-0410-ae72-dd41b5658706/liveca
>>     
> m/WebContent/WEB-INF/lib':
>   
>>> 403 Forbidden (http://localhost)
>>>
>>> If i rename this WEB-INF folder to whatever else, it 
>>>       
>> commits without 
>>     
>>> problem.
>>> The same issue happens under Subclipse or shell command line.
>>>
>>> Can please someone help me ?
>>>       
>> I have seen problems like this when the Apache svn server is 
>> also running something like Tomcat and the Apach conf is 
>> setup in such a way that the request for certain URL's is 
>> routed through Tomcat instead of Subversion.
>>
>> In other words, the problem is in the Apache conf file.
>>
>> Mark
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
>> For additional commands, e-mail: users-help@subclipse.tigris.org
>>
>>
>>     
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: users-help@subclipse.tigris.org
>
>
>   
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Mon Dec 18 22:55:50 2006