2717: cannot use space in svn path setting

zhoud******@gmai***** (Google Code) (Is this you? Claim this profile.)
Jan. 31, 2014
What version are you running?
1.6.3

What's the URL of the page containing the problem?
none

What steps will reproduce the problem?
1.add a svn path with space, failed.(http://localhost/trunk/client 1.0)
2.add a svn path with %20 to replace space, ok,but.(http://localhost/trunk/client%201.0)
when create a new review request,failed forever.
3.add a svn path without space(http://localhost/trunk/),
create a new review request(base dir:/client 1.0),ok.

What is the expected output? What do you see instead?
add full svn path with space in setting.

What operating system are you using? What browser?
Windows 2008R2+chrome/IE/Firefox

Please provide any additional information below.
david
#1 david
I know it's been a little while, but can you clarify how it fails? Are there errors in the logs?
  • +NeedInfo
#2 zhoud******@gmai***** (Google Code) (Is this you? Claim this profile.)
2012-08-23 10:03:28,582 - ERROR - SVN: Failed to get repository information for http://************/***** Client 6.1: URL 
'http://************/**** Client 6.1' is malformed or the scheme or host or path is missing
2012-08-23 10:08:48,677 - ERROR - SVN: Failed to get repository information for http://**********/****\ Client\ 6.1: URL 'http://********/*****\ Client\ 6.1' is malformed or the scheme or host or path is missing
david
#3 david
  • +Component-SCMTools
david
#4 david
  • -NeedInfo
    +New
david
#5 david
  • +EasyFix
david
#6 david
This is actually an upstream bug in older versions of pysvn. I think newer versions and subvertpy are OK.
  • -New
    +ThirdParty