Hi Peter,
Le 19/03/2015 01:31, Peter Uhnák a écrit :
Hi,
the repository specification
'github://<user name>/<project name>[:comitish]/<path to filetree repo>'
doesn't support slashes in commitish.
For example if I have branch named 'feature/something', or
'hotfix/otherthing' it breaks.
Yes, it certainly would.
There may be conflict also with path (imagine having branch
repository/repository and and actual folder called repository), so this
may require something special... like having another separator... i.e.
<project name>[:commitish[:]]/<path to filetree repo>? (Optional ending
colon.)
Yes, it looks like a good approach. But what if you have $: in the
commitish?
Another one would be to have, like gitfiletree urls, the ability to
write: 'github://<user name>/<project
name>[[?commit=comitish]&path=<path to filetree repo>]'
Well, I was considering to allow, in gitfiletree, the following
'gitfiletree://<user name>/<project name>[:branch]/<path to filetree
repo>', so now I'm having an excuse for not doing it ;)
Thierry