[Buildbot-devel] Unable to assign directory names contains "white spaces" to svnurl path
Matisse Enzer
menzer at apple.com
Wed Nov 11 15:27:52 UTC 2009
On Nov 9, 2009, at 7:02 AM, varshit srinivas wrote:
> Hi,
>
> I am not able to set svnurl with the branch of my svn repository
> which contains "white spaces".
>
> Ex:
>
> svnurl = "svn://<IP address>/test\ branch/build\ report";
I suggest using url-encoding: That is, use %20 for each space
character:
svnurl = "svn://<IP address>/test%20branch/build%20report";
More information about the devel
mailing list