Hi, everyone.
Recently, the ROMS code I am using was missed because our servier was broken. So I met a lot of troubles. I want to redownload the ROMS code of the same version used. But I don't know how? Could anyone help me? I will appreciate a lot for any help provided.
The version information that I used has been attached below.
1 ROMS/TOMS Framework: Aug 12, 2013
2 ===================
3
4 Copyright (c) 2002-2013 The ROMS/TOMS Group
5 Licensed under a MIT/X style license
6 See License_ROMS.txt
7
8 svn: $HeadURL: https://www.myroms.org/svn/src/trunk/ROMS/Version $
9 svn: $LastChangedBy: arango $
10 svn: $LastChangedRevision: 680 $
11 svn: $LastChangedDate: 2013-08-13 05:58:57 +0800 (Tue, 13 Aug 2013) $
How to download an earlier version of ROMS code ()
Re: How to download an earlier version of ROMS code ()
You should be able to download with "-r 680" as an option to the svn command:
Code: Select all
svn checkout -r 680 https://www.myroms.org/svn/src/trunk
Re: How to download an earlier version of ROMS code ()
Thanks a lot, Kate. I have successfully redownloaded it!kate wrote:You should be able to download with "-r 680" as an option to the svn command:Code: Select all
svn checkout -r 680 https://www.myroms.org/svn/src/trunk