##// END OF EJS Templates
pull-requests: increase stability of concurrent pull requests creation by flushing prematurly the statuses of commits....
pull-requests: increase stability of concurrent pull requests creation by flushing prematurly the statuses of commits. This is required to increase the versions on each concurrent call. Otherwise we could get into an integrity errors of commitsha+version+repo

File last commit:

r3290:ac4e4e5a default
r3368:a4f559a8 default
Show More
migrate-repos.rst
23 lines | 740 B | text/x-rst | RstLexer
project: added all source files and assets
r1 .. _mig-repos:
Migrating |repos|
-----------------
docs: added SAML documentation....
r3290 If you have installed |RCE| and have |repos| that you wish to migrate into
project: added all source files and assets
r1 the system, use the following instructions.
docs: added SAML documentation....
r3290 1. On the |RCE| interface, check your |repo| storage location under
project: added all source files and assets
r1 :menuselection:`Admin --> Settings --> System Info`. For example,
Storage location: /home/{username}/repos.
docs: added SAML documentation....
r3290 2. Copy the |repos| that you want |RCE| to manage to this location.
project: added all source files and assets
r1 3. Remap and rescan the |repos|, see :ref:`remap-rescan`
.. important::
docs: added SAML documentation....
r3290 Directories create |repo| groups inside |RCE|.
project: added all source files and assets
r1
docs: added SAML documentation....
r3290 Importing adds |RCE| git hooks to your |repos|.
project: added all source files and assets
r1
You should verify if custom ``.hg`` or ``.hgrc`` files inside
docs: added SAML documentation....
r3290 repositories should be adjusted since |RCE| reads the content of them.