How to connect to RTC and check out files using commandline
3 answers
We are currently using ant script to check out files from CVS. Since we are moving our source code from CVS to RTC, we need to modify our scripts to connect to RTC and check out files from RTC. What is the best way to do this? Any instructions or document that I can follow? Thanks!
Hi
The help section on the commandline interface should assist if you need to do a direct translation. If your Ant script is part of a build process, check the build help as you may no longer require some of the actions you currently have in your Ant script. The build help may be useful here.
anthony
We are currently using ant script to check out files from CVS. Since we are moving our source code from CVS to RTC, we need to modify our scripts to connect to RTC and check out files from RTC. What is the best way to do this? Any instructions or document that I can follow? Thanks!
Hi
The help section on the commandline interface should assist if you need to do a direct translation. If your Ant script is part of a build process, check the build help as you may no longer require some of the actions you currently have in your Ant script. The build help may be useful here.
anthony
Hi Anthony,
Thanks for your reply to my question. I tried to look at the help. The command syntax is not hard to use. However, I don't know how to start the SCM command. I have RTC 2.0.0.2 client in stalled on my machine. How can I lunch the SCM command? I looked at the RTC install location, I don't see the SCM command file.
Thanks,
We are currently using ant script to check out files from CVS. Since we are moving our source code from CVS to RTC, we need to modify our scripts to connect to RTC and check out files from RTC. What is the best way to do this? Any instructions or document that I can follow? Thanks!
Hi
The help section on the commandline interface should assist if you need to do a direct translation. If your Ant script is part of a build process, check the build help as you may no longer require some of the actions you currently have in your Ant script. The build help may be useful here.
anthony
Hi Anthony,
Thanks for your reply to my question. I tried to look at the help. The command syntax is not hard to use. However, I don't know how to start the SCM command. I have RTC 2.0.0.2 client in stalled on my machine. How can I lunch the SCM command? I looked at the RTC install location, I don't see the SCM command file.
Thanks,
Sorry. I found the SCM tool. I will play with it. Thanks.