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

Re: Trouble with spaces.

From: Andrey Repin <anrdaemon_at_freemail.ru>
Date: Fri, 8 May 2009 23:51:38 +0400

Greetings, Robert Burton!

> I am using apache to serve an svn repository with a space in the name.
> I have been successful in getting everything to work except for
> allowing the log to be changed. I have set up a
> pre-revprop-change.bat file to allow changes. Everything works fine
> if i use "file:///path/to/svn/xxxx yyyy" to access the repository, but
> if I use the http://server/svn/xxxx%20yyyy I get the following error:

Where? You've supplied it to SVN commandline, some GUI frontend or you tried
it in regular browser?

> svn: Server sent unexpected return value (405 Method Not Allowed) in
> response to PROPPATCH request for '/svn/xxxx%2520yyyyy/!svn/bln/0'

> For some reason it appears to be escaping the % for the PROPPATCH
> request but not the others.

> If I remove the space from the repository name, everything works fine.

I doubt it's a good idea to have repo name with spaces.

> I am using a fairly recent x64 version of svn provided by SlikSVN
> The version tag is: svn, version 1.6.1 (SlikSvn:tag/1.6.1_at_37143) X64

> Any suggestions would be appreciated.

One extremely easy suggestion - just remove space from repository name.
Then users could just svn switch to new space and continue their work as
usual.
But, meh, it's interesting to know why you experiencing such issue.

--
WBR,
 Andrey Repin (anrdaemon_at_freemail.ru) 08.05.2009, <23:48>
Sorry for my terrible english...
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2120251
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-08 21:55:54 CEST

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.