It's all about the answers!

Ask a question

scm command line


Jan Van de Poel (2413216) | asked Nov 12 '08, 9:42 a.m.
I'm trying out the SCM capabilities and wanted to use scm login to reduce the number of times I needed to provide credentials:

scm login -r https://localhost:9444/jazz -u dummy -P dummypass -n jazzhost
Logged in to https://localhost:9444/jazz

scm create workspace myWS
Problem running 'create workspace':
Cannot determine repository URI

Is there something I am missing here. I thought that after logging in, I could use the simple command line instructions to access my server... Am I doing something wrong?

One answer



permanent link
Ian Barnard (1.9k613) | answered Nov 14 '08, 10:08 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
1. Use the -n option of scm login to give a nickname for the repository/user/password combination
2. Where the other commands have a -r (--repository) option, use the nickname after the -r, and you don't have to respecify all the uri/user/password info

HTH
Ian

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.