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

Re: [Subclipse-users] Can not commit WEB-INF

From: Mark Phippard <markphip_at_gmail.com>
Date: 2006-12-17 21:31:47 CET

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/livecam/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
Received on Sun Dec 17 21:31:54 2006

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.