You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# rtc2git
2
-
A tool made for migrating code from an existing RTC SCM repository into a Git repository
3
-
It uses the CLI of RTC to gather the required informations
2
+
A tool made for migrating code from an existing [RTC] (https://jazz.net/products/rational-team-concert/) SCM repository into a Git repository
3
+
It uses the CLI of RTC to gather the required informations (You can find the CLI under the name "SCM Tools" [here] (https://jazz.net/downloads/rational-team-concert/releases/5.0.1?p=allDownloads))
4
4
5
5
## Prerequirements
6
6
<ul>
7
7
<li> RTC Version 5.0+ (Was tested using 5.0.1) </li>
8
-
<li> Working RTC CLI aka "SCM Tools" --> (e.g Command "lscm help" should work in console) </li>
8
+
<li> RTC CLI --> (e.g Command "lscm help" should work in console) </li>
9
9
<li> Python 3 </li>
10
10
</ul>
11
11
@@ -26,3 +26,6 @@ It uses the CLI of RTC to gather the required informations
26
26
<li>The corresponding git command will be executed to do the same change in the git-repository</li>
27
27
</ol>
28
28
29
+
30
+
## Wiki
31
+
For more details [visit our wiki] (https://github.com/WtfJoke/rtc2git/wiki)
0 commit comments