Services/VCS: Difference between revisions

From DcUsers
No edit summary
Line 9: Line 9:
== Access ==
== Access ==


Use the following URL:
Use the following URL to access public repositories:
https://vcs.duckcorp.org/
https://vcs.duckcorp.org/


If you have [[Services/Shell|shell access]]:
Various VCS are possible: git, Mercurial, SVN, Bazaar…
* public repositories are available in ''/srv/vcs/'' on ''vcs.duckcorp.org''
* you can create private repositories at will in your home directory
* you can ask for a project-specific space in ''/srv/projects/'' on ''vcs.duckcorp.org'' and store the project private repositories in it

== Managing a Repository ==

Ask an administrator to create a new repository. Various VCS are possible: git, Mercurial, SVN, Bazaar…

If you have [[Services/Shell|shell access]], then you will be able to manage your own


=== Git ===
=== Git ===

Revision as of 15:27, 30 September 2017

Service 'VCS'
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/

If you have shell access:

  • public repositories are available in /srv/vcs/ on vcs.duckcorp.org
  • you can create private repositories at will in your home directory
  • you can ask for a project-specific space in /srv/projects/ on vcs.duckcorp.org and store the project private repositories in it

Managing a Repository

Ask an administrator to create a new repository. Various VCS are possible: git, Mercurial, SVN, Bazaar…

If you have shell access, then you will be able to manage your own

Git