##// END OF EJS Templates
shadow-repos: check if path to shadow repo existing before trying to call SCM object....
shadow-repos: check if path to shadow repo existing before trying to call SCM object. - sometimes cleanups of shadow repos can occur. We should fail only if shadow repo path is there, and we can create a repo object from it.

File last commit:

r1784:376e1699 default
r2797:169efce7 default
Show More
basic-vcs-commands.rst
28 lines | 813 B | text/x-rst | RstLexer
/ docs / usage / basic-vcs-commands.rst
project: added all source files and assets
r1 .. _basic-vcs-cmds:
Getting Started with VCS
------------------------
docs: updated info about client usage.
r1784 When using |RCM|, you will be working with |git|, |svn| or |hg| |repos| from the
command line or using a GUI client such as Tortoise, Tower or SourceTree.
|RCM| uses a standard |git|, |svn| and |hg| protocols. So all tools that
can interact with there protocols are supported, including Eclipse or PyCharm
plugins.
project: added all source files and assets
r1
If you have never used either before, the following information should
help you set up your local machine so that you can sync changes with the
|RCM| server.
All of the following instructions assume you have a |RCM| account,
and you can access your |repos| from the web interface.
.. note::
|svn| |repo| management is currently only available from the web interface.
.. toctree::
get-start-hg
get-start-git