Show More
@@ -1,23 +1,28 b'' | |||||
1 | .. _basic-vcs-cmds: |
|
1 | .. _basic-vcs-cmds: | |
2 |
|
2 | |||
3 | Getting Started with VCS |
|
3 | Getting Started with VCS | |
4 | ------------------------ |
|
4 | ------------------------ | |
5 |
|
5 | |||
6 | When using |RCM|, you will be working with |git| or |hg| |repos| from the |
|
6 | When using |RCM|, you will be working with |git|, |svn| or |hg| |repos| from the | |
7 | command line. |
|
7 | command line or using a GUI client such as Tortoise, Tower or SourceTree. | |
|
8 | ||||
|
9 | |RCM| uses a standard |git|, |svn| and |hg| protocols. So all tools that | |||
|
10 | can interact with there protocols are supported, including Eclipse or PyCharm | |||
|
11 | plugins. | |||
|
12 | ||||
8 |
|
13 | |||
9 | If you have never used either before, the following information should |
|
14 | If you have never used either before, the following information should | |
10 | help you set up your local machine so that you can sync changes with the |
|
15 | help you set up your local machine so that you can sync changes with the | |
11 | |RCM| server. |
|
16 | |RCM| server. | |
12 |
|
17 | |||
13 | All of the following instructions assume you have a |RCM| account, |
|
18 | All of the following instructions assume you have a |RCM| account, | |
14 | and you can access your |repos| from the web interface. |
|
19 | and you can access your |repos| from the web interface. | |
15 |
|
20 | |||
16 | .. note:: |
|
21 | .. note:: | |
17 |
|
22 | |||
18 | |svn| |repo| management is currently only available from the web interface. |
|
23 | |svn| |repo| management is currently only available from the web interface. | |
19 |
|
24 | |||
20 | .. toctree:: |
|
25 | .. toctree:: | |
21 |
|
26 | |||
22 | get-start-hg |
|
27 | get-start-hg | |
23 | get-start-git |
|
28 | get-start-git |
General Comments 0
You need to be logged in to leave comments.
Login now