The MKCOL http request (which means "make a directory" in webdav language) is failing because it's trying to create /trunk/apps/ and that directory already exists. You must have created it during the initial import.
So something is wrong with your working copy in thinking that the 'apps' dir isn't yet under version control. Try doing a fresh checkout into a new working copy and committing your changes from there. Because this is a svn-newbie question, you're best off getting further svn-newbie help from the main subversion users' list at [email protected]. 2009/7/11 siemolant <[email protected]>: > > Hello! > > I'm getting through Jobeet tutorial for symfony framework. In the > first chapter, they recomended to use svn, for example on > googlecode.com. I created a project and imported my files successfuly. > Problem occurs when I try to commit changes after tutorial's day 3: > > Here is what console says (sorry for it's in my native language, but > important things should be clear though ;): > $ svn commit . --username siemolant -m "Lesson 3" > Dodawanie apps > svn: Zatwierdzenie nie powiodło się (szczegóły poniżej): > svn: Serwer wysłał nieoczekiwaną wartość powrotną (405 Method Not > Allowed) w odpowiedzi na żądanie MKCOL dla /svn/!svn/wrk/10bfc1ab- > eb80-4358-817c-bcd089120f9d/trunk/apps > > svn tries to add first folder (apps) but server returns 405 Method Not > Allowed. That's it. > > How in this case send my files (edited files, some new) to repo? > I'm new to subversion. Thanks for your help. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hosting at Google Code" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-code-hosting?hl=en -~----------~----~----~----~------~----~------~--~---

