Code Migration from SVN(Code with History) to RTC
The Process for SVN Migration to RTC is smooth but due to many security/network related restrictions causes failure every time.
Will it work successfully to import SVN Dump on RTC Server Machine? As code will be moved in DB, so i am thinking of doing import operation on DB server? Is this the right approach to do import operation on DB Server / RTC Server.
Note: At Client side there are too many restriction Like sudden Password changes & Sudden machines restart. |
One answer
Ralph Schoon (63.5k●3●36●46)
| answered May 23 '16, 3:29 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Sudden password changes don't happen. I agree with Sam, sudden machine restarts also don't happen, If they do, you have a severe problem with your IT infrastructure that, if not fixed immediately, will prevent any successful operation.
Also verify if your deployment topology does not over commit the servers. Except in very small test environments, you rarely have the DB server on the same machine as the Application server. See https://jazz.net/wiki/bin/view/Deployment/StandardTopologiesOverview for more information on that. |
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.
Comments
there is little benefit to running the import ON the DB server. it still has to go thru client code and RTC server code to get into the DB.
if you have sudden machine restarts, I would fix THAT first..
Then why not i should run it on RTC Server Machine ?
like I said, there is very little benefit to doing that. this is an I/O bound process.
you will have to install the client code on the server machine.. so, now it is a client as well.