Hello,
I'm a bit puzzled with the So6 jar command-line interface.
I would like to checkout a queue at: ls://ls.activemath.org/projects/i2gOntology/src
but… when I use:
so6 createWorkspace `pwd` ls://ls.activemath.org/projects/i2gOntology/src "paul-second"
then
so6 update -w `pwd`
all it does is create a bunch of nested directories (ls:/ls.activemath.org/projects/i2gOntology/src/) whereas I'd expect the queue content.
The cli-interface suggests to use: so6 command in order to be enlightened on the cli-usage but that didn't help… it says:
createWorkspace workspacepath queuepath workspacename
Exemple:
so6 createWorkspace ~/foo ~/queue1 "seb loria"
but that queue name seems to be a local thingie...
paul