svn: Server sent unexpected return value [message #72234] |
Thu, 12 February 2009 16:05  |
deutsch Messages: 8 Registered: November 2008 |
Junior Member |
|
|
Hi guys,
I had a problem, with installing any plugin via symfony svn repo. After i make the svn propedit:
>svn propedit svn:externals plugins
sfDoctrineGuardPlugin http://svn.symfony-project.com/plugins/sfDoctrineGuardPlugin/branches/1.2/
the following is happening:
>svn up
Fetching external item into 'project-name/plugins/sfDoctrineGuardPlugin'
svn: Server sent unexpected return value (405 Method Not Allowed) in response to PROPFIND request for '/plugins/sfDoctrineGuardPlugin/branches/1.2'
I found this post: http://www.stereoplex.com/two-voices/subversion-mkcol-405-me thod-not-allowed, Important is the last two line:
"Ultimately, the error was therefore mine - trying to add a directory that already existed in source control."
I fixed the svn errors, i can commit well, but in a checkout, i still get the error message in svn up for plugin updating/installing.
Any help is appriciated.
[Updated on: Fri, 13 February 2009 10:28]
|
|
|
|
Re: svn: Server sent unexpected return value [message #72348 is a reply to message #72234 ] |
Fri, 13 February 2009 12:28  |
deutsch Messages: 8 Registered: November 2008 |
Junior Member |
|
|
SOLUTION
I made this way:
- make a copy of yout checked-out working symfony develpoment directory
- delete manualy int his saved copy, the .svn directories, be sure, that every single one is removed
- delete maualy the project directory from the svn repo
- be cure that you follow this steps correctly: http://perlbuzz.com/mechanix/2008/01/put-your-work-under-ver sion-co.html
- ssh:
>svn propedit svn:externals
sfDoctrineGuardPlugin http:// <- symfony plugin repo adress
save it, after
And the plugin comes right away.
I hope this helps someone too.
Im not sure, but maybe some inconsistent data went to the local svn repo dir, during a commit, but the important thing is that you must search the faliure in this case localy.
Schöne Tage!
[Updated on: Fri, 13 February 2009 12:32]
|
|
|