On Thu, Mar 4, 2010 at 12:33 PM, Hussein Baghdadi <hubaghd...@yahoo.ca>wrote:
> Hey, > I'm trying to create a branches directory for our project: > svn mkdir -m "Creating branches directory" > http://local.domain/OoProject/branches But I got this error: svn: Server sent unexpected return value (501 Not Implemented) in response > to OPTIONS request for 'http://local.domain/OoProject' [..] Wild guess, is that really your project's repository location? Typically (but not always) apache is configured to host all repositories under /svn or /repos, which would make the url http://local.domain/svn/OoProject/branches<http://local.domain/OoProject/branches> Lieven