Opened 5 years ago

Closed 5 years ago

#815 closed upgrade (Done)

ROMS GIT and SVN Repositories for version control

Reported by: arango Owned by:
Priority: major Milestone: Release ROMS/TOMS 3.7
Component: Nonlinear Version: 3.7
Keywords: Cc:

Description

ROMS now supports both GIT and SVN version control repositories to check out and update the source code. Both GIT and SVN have their own trac wiki to manage the code and browse updates and bug tracking. However, update or bug trac tickets need to be posted in the SVN trac wiki, for now.

  • GIT URL:
    git clone https://joe_roms@www.myroms.org/git/src  MyDir
    git clone https://www.myroms.org/git/src  MyDir
    
    trac: https://www.myroms.org/projects/git-src/wiki     (no tickets)
    
  • SVN URL:
    svn checkout --username joe_roms https://www.myroms.org/svn/src/trunk MyDir
    svn checkout https://www.myroms.org/svn/src/trunk MyDir
    svn co https://www.myroms.org/svn/src/trunk MyDir
    
    trac: https://www.myroms.org/projects/src/wiki         (tickets)
    

Both repositories use the same username and password selected during ROMS registration. It is a matter of preference what repository system the user selects to managing the code, and we are not recommending which one to use. The ROMS code is identical in both repositories.

For detailed information check WikiROMS pages for GIT and SVN usage:

The code will be updated later to differentiate specific information between GIT and SVN version identifiers like IDs, NetCDF files and standard output metadata, and the Version file.

Change History (1)

comment:1 by arango, 5 years ago

Resolution: Done
Status: newclosed
Note: See TracTickets for help on using tickets.