How to download an earlier version of ROMS code ()

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
Kun

How to download an earlier version of ROMS code ()

#1 Unread post by Kun »

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) $
Attachments
The version information
The version information

User avatar
kate
Posts: 4091
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: How to download an earlier version of ROMS code ()

#2 Unread post by kate »

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

Kun

Re: How to download an earlier version of ROMS code ()

#3 Unread post by Kun »

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
Thanks a lot, Kate. I have successfully redownloaded it!

Post Reply