git svn clone --username=matta https://XXX.jira.com/svn/REPO/trunk/app
git svn clone svn+ssh://ma...@XXX.jira.com/svn/REPO/trunk/app
You can also pass input to #shell, and it will be provided to the command on STDIN. This might not work at a password prompt, because some open a direct channel to the keyboard device and won't except STDIN input. But, it's worth a try:
shell "git svn clone https://XXX.jira.com/svn/REPO/trunk/app path_to_app", input: "password\n"
—Ben
> --
> To post, email babush...@googlegroups.com
> To unsubscribe, email babushka_app...@googlegroups.com
> ~
> http://babushka.me
> http://github.com/benhoskings/babushka
> http://groups.google.com/group/babushka_app
Will give it a whirl.
Matta