Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Using RTC with Cmd Line and External Editors

In our development environment most of our team works @ home, but remotely off of development machines in the lab for daily development. Due to the remote development we are using command line tools with the current source repository. We have noticed that you can use external editors like emacs, etc to modify the code in your workspace - however the tricky part is getting RTC to notice you have made changes. Once you make the change with the editor you could open RTC and do a refresh on the source tree and the change would be noticed..... Is there an equivalent way to do this with the command line?

0 votes



2 answers

Permanent link
In our development environment most of our team works @ home, but remotely off of development machines in the lab for daily development. Due to the remote development we are using command line tools with the current source repository. We have noticed that you can use external editors like emacs, etc to modify the code in your workspace - however the tricky part is getting RTC to notice you have made changes. Once you make the change with the editor you could open RTC and do a refresh on the source tree and the change would be noticed..... Is there an equivalent way to do this with the command line?


Hi

You could try the commandline tools for RTC (and probably get emacs, etc to do the calls for you without having to dive back into RTC each time). Check the RTC client Help - search for commandline.

Alternatively, I have tried (while doing some performance testing) using a remote connection to a desktop machine running an RTC Eclipse client (on another continent). That worked well and seemed quite usable.

anthony

0 votes


Permanent link
...Once you make the change with the editor you could open RTC and do a refresh on the source tree and the change would be noticed..... Is there an equivalent way to do this with the command line?


It sounds like you want to commit your changes to your remote workspaces. If that's the case, then you should run

$ scm checkin {files-and-folders-to-commit}


to copy your changes to your remote workspaces and then

$ scm deliver {change-sets-to-push}


to push your changes to the stream.

e

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Apr 24 '09, 4:51 p.m.

Question was seen: 6,497 times

Last updated: Apr 24 '09, 4:51 p.m.

Confirmation Cancel Confirm