Kola Oyedeji <kolasmail@gmail.com> wrote on 01/05/2005 09:53:05 AM:
> I would really appreciate it if anyone had anything to add,
> suggestions or otherwise as at the moment Subversion is unusable.
>
>
> On Fri, 24 Dec 2004 10:44:11 +0000, Kola Oyedeji <kolasmail@gmail.com>
wrote:
> > Hi
> >
> > I recently tried to commit a number of files, not that much maybe 15.
> > Most of the files were new files, which my client (subeclipse)
> > informed me were not under source control and allowed me to add.
> > Unfortunately my client crashed partway through. Now any attempts to
> > update or commit (via the command line or Subeclipse) give me the
> > following message:
> >
> > svn: Commit failed (details follow):
> > svn: MKCOL of /myrepose/': 405 Method Not Allowed (http://<repository
server>)
> >
> > I've googled about a bit and noted a few people seem to get this
> > message but their scenarios seem slightly different. Is this a known
> > issue with subversion? I haven't really seen a concrete explanation of
> > this problem.
It looks like you do not have your server configured correctly.
Make sure mod_dav loads before mod_dav_svn.
You should have a <location> directive for "myrepose" that contains the
DAV and svn configuration.
MKCOL is a DAV method, and Apache is saying it is not an allowed method
for that resource. That indicates improper configuration, or you are not
entering a URL that matches what you configured.
Mark
_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 5 16:03:20 2005