##// END OF EJS Templates
meta-tags: cleanup support for metatags....
meta-tags: cleanup support for metatags. - fixes problem of html-escape + supported link - no longer extract url from description, you have to use new url => tag - tags are extracted to the beginning of the description during rendering - show helpers in proper places in groups/repos/forks

File last commit:

r1:854a839a default
r2091:90bf6103 default
Show More
import-a-repository.rst
27 lines | 791 B | text/x-rst | RstLexer
/ docs / usage / import-a-repository.rst
project: added all source files and assets
r1 Importing a |repo|
------------------
To import a |repo| in |RCE|, use the following steps.
1. From the |RCE| interface, select :menuselection:`Admin --> Repositories`
2. From the |repo| page, select :guilabel:`Add Repository`
3. On the :guilabel:`Add Repository` page, select
:guilabel:`Import existing repository`
4. In the :guilabel:`clone from` input field, specify the URL to the
repository you want to import.
5. Complete the following repository details:
* Name
* Description
* Set the |repo| group
* Set the |repo| type
* Specify if it is a public or private |repo|
6. Select :guilabel:`Add`
.. note::
Make sure your |RCE| server can access the external |repo|.
Depending on the size of the repository the clone process may take some
time.