﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
815	ROMS GIT and SVN Repositories for version control	arango		"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:
* [https://www.myroms.org/wiki/Git www.myroms.org/wiki/Git]
* [https://www.myroms.org/wiki/Subversion www.myroms.org/wiki/Subversion]

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."	upgrade	closed	major	Release ROMS/TOMS 3.7	Nonlinear	3.7	Done		
