m-hall / HypnotoadSVN

Plugin for SublimeText3 that enables SVN commands.
11 stars 3 forks source link

Repository URI schemes #1

Closed GuillaumeBibaut closed 9 years ago

GuillaumeBibaut commented 9 years ago

Hello,

First I'd like to thank you for this project, it is very interesting. Even though I'm not a Python coder, this is the kind of project I would probably like to participate into.

But here is not the moment. I've got an issue using HypnotoadSVN with URI schemes like :

I'm pretty sure this regexp is working, but my guess is that it may be a little too restrictive for such a plugin as yours :

URL_TEST = r"https?:\/\/.*"

If you want to enable all schemes, we may also add http:// to the list.

Could those schemes be added to the URL_TEST in lib/util.py please ?

GuillaumeBibaut commented 9 years ago

It seems that I have misread the code for the checkout part, and that one can already checkout with these schemes. But on OSX it seems that the code for the checkout does not behave correctly. I'll check again this other issue before posting anything here. My apologizes.