[svk-users] SVK mirror sync problem - quoted spaces in url
Fabian Walk
f.walk at maul-theet.de
Mon May 19 16:19:33 EDT 2008
Hello,
I have now updated the SVK installation with the lib/SVK directory from
the trunk of your SVN repository that included the bug fixes.
Now all works fine and I have roll out SVK in our company.
Thanks for the great support.
Best regards
Fabian
Cheng-Lung Sung schrieb:
> Hi,
> will you add the following line:
>
> $args{url} =~ s/([^0-9A-Za-z%\-\/:_.!~*'()])/sprintf("%%%02X", ord($1))/eg if $args{url};
>
> in SVK/Mirror/Backend/SVNRa.pm, sub _new_ra().
>
> just before the
>
> "return SVN::Ra->new(
> url => ..."
>
> lines?
>
> Sorry I can't provide the patch for you. Since there's uri_escape()/uri_unescape()
> in trunk/ now.
>
More information about the svk-users
mailing list