##// END OF EJS Templates
vcs: Use a thread scoped cache invalidation context to cache repository objects....
vcs: Use a thread scoped cache invalidation context to cache repository objects. Without this change the cache is on a process scope. If running with multiple threads this leads to sharing the cached object between threads. This will cause exceptions if multiple threads are trying to access the same curl object. Even worse it allows multiple threads to operate on the same repository object concurrently.

File last commit:

r1:854a839a default
r614:cbe55781 default
Show More
basic-vcs-commands.rst
23 lines | 584 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
------------------------
When using |RCM|, you will be working with |git| or |hg| |repos| from the
command line.
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