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

Re: svn co gets 405 Method not allowed - how come (more importantly, what can I do about it)?

From: Daniel Patterson <danpat_at_danpat.net>
Date: 2005-02-15 05:04:47 CET

> Anonymous atucker dchase spowers bferber cdoucette vss_migration
> ...
> Require valid-user
>
> C:\MySVNwd>svn co http://localhost:8080/SVN/repos/
> svn: PROPFIND request failed on '/SVN/repos'
> svn: PROPFIND of '/SVN/repos': 405 Method Not Allowed
> (http://localhost:8080)
>
> Please tell me how to get this working.

  You've configured it to require a valid user, but you haven't
  supplied a username on the command line. Your users don't
  need passwords, but they need names.

  Try:

    svn co http://localhost:8080/SVN/repos/ --username atucker

daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 15 05:07:22 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.