Actions
Repositories » History » Revision 2
« Previous |
Revision 2/6
(diff)
| Next »
Alexey Demakov, 12/01/2013 01:40 PM
Repositories¶
Supported types of SCM repositories are Subversion (svn) and Git.
Repository access¶
Repositories are listed at Repositories tab for each project along with checkout command.
Repositories hosted at this site can be accessed through HTTPS or HTTP (from iSP RAS network only).
Repoitory creation¶
Project member with rights to Manage repositories may create or add existing repositories at Settings -> Repositories tab.
The following fields should be filled:- SCM - Subversion or Git
- Main repository - check for main repository
- Identifier - unique id of repository {repoid}
- URL:
- For new repositories (repository naming is important for access control):
- file:///svn/{projectid} for main repository;
- file:///svn/{projectid}.{repoid} for additional repositories;
- /git/{projectid} for main repository;
- /git/{projectid}.{repoid} for additional repositories;
- For external (existing) repositories URL with read-only access is enough;
- For new repositories (repository naming is important for access control):
- Login - if needed for existing (external) repository;
- Password - if needed for existing (external) repository;
- Overwrite default settings for checkout protocols - if need.
- to create repository press Create new repository button, not Create.
- to add existing repository press Create button.
Updated by Alexey Demakov almost 11 years ago · 6 revisions