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

Re: MKCOL 405 Method not allowed

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-10-13 23:46:26 CEST

On Oct 12, 2006, at 11:50, Mark Gibson wrote:

> so im getting this:
>
> phenote/gui> svn commit
> Sending gui/AbstractAutoCompList.java
> Adding gui/field
> svn: Commit failed (details follow):
> svn: MKCOL of
> '/svnroot/obo/!svn/wrk/161171c4-9f1f-0410-a440-8e7ad6d848be/phenote/
> trunk/src/java/phenote/gui/field':
> 405 Method Not Allowed (https://svn.sourceforge.net)
> svn: Your commit message was left in a temporary file:
> svn:
> '/home/mgibson/pheno-tool/java/svn/phenote/trunk/src/java/phenote/
> svn-commit.2.tmp'
>
>
> field is a directory i svn added.
>
> so I think I did some things svn didnt like. I svn moved a few
> files twice
> before committing - the second time was to the new field directory
> (refactoring!) and i had to do a --force to get it through.

Um, don't "svn move" twice before committing. Either "svn move" once
and commit, or if you decide after the "svn move" that you really
meant to move it somewhere else instead, "svn revert" the first move,
then "svn move" it to where it should be. Then commit.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 13 23:47:33 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.