Numbers in Svn default repo path mangled

If you type a subversion repository URL with numbers in it, they get replaced with %%NN where NN is the ascii code for the character. E.g. "svn/repo1" becomes "svn/repo%%31"

Hmm… looks like a bug in the url encoding, although it should still work. I just checked in a fix for this, I’ll post here when a build with the fix ready.


Hi Oliver,

Here’s a new build of FinalBuilder which includes the fix for the Subversion options page.

URL: https://www.finalbuilder.com/downloads/finalbuilder/620/FB620_1111.exe

Regards,
Paul.

Just to confirm, that fixed it Thanks

Thanks for the confirmation.