Projet

Général

Profil

Team collaboration tools » Historique » Version 8

Xavier Bonnin, 21/12/2016 13:53

1 1 Xavier Bonnin
h1. Team collaboration tools
2
3
h2. At Paris Observatory 
4
5
h3. Wiki
6
7
The HFC team is invited to use the current Wiki pages as a main site for the HFC project.
8
9 8 Xavier Bonnin
h3. Git repositories
10 1 Xavier Bonnin
11
The HFC source files (i.e., pipeline, database, FRC, etc.) are maintained using the following Git repositories:
12
13 5 Xavier Bonnin
* https://github.com/HELIO-HFC, a GitHub organization which hosts all of the Public Git repositories of the HELIO HFC Feature Recognition Codes (FRC).
14
* https://git.obspm.fr/git/projets/Helio/HELIO-HFC, a Git repository containing the HFC pipeline source files.
15
* https://git.obspm.fr/git/projets/Helio/AdminTools, a Git repository to manage the HELIO services and codes
16 7 Xavier Bonnin
* https://git.obspm.fr/git/projets/Helio/DevTools, a Git repositoty to share codes and data helpful for the HELIO developements.
17 1 Xavier Bonnin
18 8 Xavier Bonnin
*NOTE:* 
19
* To download and create a local copy of a Git repos., use the "git clone " command (for more information about Git, visit https://git-scm.com/)
20
* Git repositories are managed using the git-flow-avh tool which relies on the Vincent Driessen's branching model (see http://nvie.com/posts/a-successful-git-branching-model/ for a description of the model and http://danielkummer.github.io/git-flow-cheatsheet/ for how to use it.)
21 2 Xavier Bonnin
22 3 Xavier Bonnin
Contact X.Bonnin (LESIA) concerning Git repository access permissions.
23
24 6 Xavier Bonnin
h3. JIRA Web Page
25
26
* https://jira-lesia.obspm.fr/browse/HELIOHFC, JIRA Page for HELIO-HFC
27
28
29 1 Xavier Bonnin
h3. SVN repositories (OBSOLETE)
30
31
The HFC team relies on the following SVN repository to store HFC and FRC source files:
32
33
<pre>
34
https://version-lesia.obspm.fr/repos/helio/
35
</pre>
36
37
NOTE: SINCE APRIL, 2016, HFC TEAM HAS MIGRATED THE CONTENT OF THE SVN REPOSITORY TO NEW DEDICATED GIT REPOSITORIES