Services/VCS: Difference between revisions
From DcUsers
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
https://vcs.duckcorp.org/ |
https://vcs.duckcorp.org/ |
||
⚫ | |||
⚫ | |||
* public repositories are available in ''/srv/vcs/'' on ''vcs.duckcorp.org'' |
|||
If you have [[Services/Shell|shell access]], public repositories are also available in ''/srv/vcs/'' on ''vcs.duckcorp.org'' |
|||
⚫ | |||
== Managing a Repository == |
== Managing a Repository == |
||
⚫ | |||
⚫ | |||
* ask an administrator if you need a space for public repositories |
|||
* you can create private repositories at will in your home directory |
|||
⚫ | |||
=== Git === |
=== Git === |
Revision as of 14:30, 30 September 2017
Description | A few VCS tools are available to DC users. | |||
---|---|---|---|---|
Prerequisite | Write access is currently limited to people having a shell account. No prerequisite for read access. | |||
Account | Global (registration required) | IPv6 Ready | Yes | |
Security Notes | This service is secure. |
Access
Use the following URL to access public repositories:
https://vcs.duckcorp.org/
Various VCS are possible: git, Mercurial, SVN, Bazaar…
If you have shell access, public repositories are also available in /srv/vcs/ on vcs.duckcorp.org
Managing a Repository
If you have shell access:
- ask an administrator if you need a space for public repositories
- you can create private repositories at will in your home directory
- ask an administrator if you need a project-specific space in /srv/projects/ on vcs.duckcorp.org to store the project private repositories in it
Git
- Direct SSH access: ssh://login@vcs.duckcorp.org/srv/vcs/git/...
- Git via HTTP (read-only)
- Git via Git protocol using git://vcs-git.duckcorp.org/... to access /vcs/git/...
- Git browser