rtcTo / rtc2git

A tool made for migrating code from an existing IBM's RTC SCM repository into a Git repository
https://rtc.to
MIT License
81 stars 60 forks source link

copying RTC snapshot to GIT #136

Closed ravirange7 closed 6 years ago

ravirange7 commented 6 years ago

Hi , I want to copy snapshot from RTC server to GIT . I am not sure if there is anyway to copy all snapshot directly into git server using rtc2git tool .

Thanks for your help !!

WtfJoke commented 6 years ago

Hi

rtc2git doesnt support snapshots. rtc2gitcli does support tags (maybe also snapshot, im not 100% sure). Im also not sure if rtc2gitcli works with rtc 6.0.2 (some user reported it did).

If you only want the data from the snapshot (without history), you can checkout the snapshot in rtc and copy all the files to your git repo and commit them.

This process you can repeat for all snapshots, which you want to copy.

ravirange7 commented 6 years ago

Ok Thanks , that should be right way of copying snapshot.