Source Control Management
Hi All,
My Query is regarding the SCM. I have a Project running on a server.
The task i have is i need to move the source code from that server(source server) to another server(destination server) by creating a folder in the existing Project Area(destination server).
can any body suggest me how can we do this as i need to get it done?
Thanks in Advance.
My Query is regarding the SCM. I have a Project running on a server.
The task i have is i need to move the source code from that server(source server) to another server(destination server) by creating a folder in the existing Project Area(destination server).
can any body suggest me how can we do this as i need to get it done?
Thanks in Advance.
3 answers
If you are using eclipse client, right click the project & select Team -> Share Project
This assumes that the component its associated stream and the repo workspace have already been created.
This assumes that the component its associated stream and the repo workspace have already been created.
Hi All,
My Query is regarding the SCM. I have a Project running on a server.
The task i have is i need to move the source code from that server(source server) to another server(destination server) by creating a folder in the existing Project Area(destination server).
can any body suggest me how can we do this as i need to get it done?
Thanks in Advance.
Hi,
if you are not interested in the history of the project, you could unshare the project and then share it with a stream on the other server.
I don't think there is a way to move SCM items with history from a project on one server to another in RTC 2.x.
Ralph
if you are not interested in the history of the project, you could unshare the project and then share it with a stream on the other server.
I don't think there is a way to move SCM items with history from a project on one server to another in RTC 2.x.
Ralph
Hi All,
My Query is regarding the SCM. I have a Project running on a server.
The task i have is i need to move the source code from that server(source server) to another server(destination server) by creating a folder in the existing Project Area(destination server).
can any body suggest me how can we do this as i need to get it done?
Thanks in Advance.
Not sure about the "creating a folder" bit but the "Duplicate" action on
a stream/repo workspace might do what you want - in the Duplicate dialog
you can choose a Project Area on another server if you are already
connected to it.
On 28/07/2010 5:23 PM, preetskuul wrote:
a stream/repo workspace might do what you want - in the Duplicate dialog
you can choose a Project Area on another server if you are already
connected to it.
On 28/07/2010 5:23 PM, preetskuul wrote:
Hi All,
My Query is regarding the SCM. I have a Project running on a
server.
The task i have is i need to move the source code from that
server(source server) to another server(destination server) by
creating a folder in the existing Project Area(destination server).
can any body suggest me how can we do this as i need to get it done?
Thanks in Advance.