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

Re: 405 method not allowed error

From: Eric Brown <ericbro_at_gmail.com>
Date: 2005-11-09 19:30:30 CET

Problem fixed. There was no proxy in place (as I suspected), but I checked
the working copy URL and discovered it was from an old repos I used in my
initial subversion setup. An svn switch using the GUI client did the trick.

Here's what I did on the server:

1) svn status (to see my working copy)
2) svn cleanup (to remove any locks)
3) svn log (just to run an svn command)
4) svn list (to see the working copy directories)

on the client box:

1) svn switch (to new URL where I wanted the working copy)
2) svn add (to mark the additional files I wanted to add)
3) svn update (habit)
4) svn commit

It's working great now. Thanks

-ecb
Received on Wed Nov 9 19:32:17 2005

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.