##// END OF EJS Templates
permissions: handle more cases for invalidating permission caches...
permissions: handle more cases for invalidating permission caches - invalidate user permissions on chaning the global permissions - invalidate all users in case of creating new object with "copy permissions" flag - invalidate all users permissions in case of repo/repo group renames - invalidate all user permissions in forked repo with copy flag

File last commit:

r3290:ac4e4e5a default
r3383:c5723c68 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: added SAML documentation....
r3290 When using |RCE|, you will be working with |git|, |svn| or |hg| |repos| from the
docs: updated info about client usage.
r1784 command line or using a GUI client such as Tortoise, Tower or SourceTree.
docs: added SAML documentation....
r3290 |RCE| uses a standard |git|, |svn| and |hg| protocols. So all tools that
docs: updated info about client usage.
r1784 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
docs: added SAML documentation....
r3290 |RCE| server.
project: added all source files and assets
r1
docs: added SAML documentation....
r3290 All of the following instructions assume you have a |RCE| account,
project: added all source files and assets
r1 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