Running a task in SVN on a remote server

Hi guys,

I have ORQA installed on a remote linux server, and also have my tasks on the same server, checked out from SVN, but the tasks aren’t in the Model directory in the ORQA folder. In the UI I can use ‘Switch Workspace’ to point my ORQA to a Model in a different folder to the default - is there a way to do the same when running headless (orqac)?

Thanks!

Hi SteelyBadger,

Yes you certainly can by using the command line argument -data followed by the path to the workspace

Remember this points to you workspace not your Model folder. The workspace contains your Model.

So the full command would look something like

orqac -data /var/svn/orqatasksworkspace “MyOrqaTask.task” parameter1=?

Thanks!