How can I get the tar file of ROMS 2.2 ?

Discussion on computers, ROMS installation and compiling

Moderators: arango, robertson

Post Reply
Message
Author
kameya
Posts: 4
Joined: Wed Apr 11, 2007 6:04 pm
Location: Denryoku Computing Center Ltd.

How can I get the tar file of ROMS 2.2 ?

#1 Unread post by kameya »

Now I need the tar (or zip) file of the sources of not ROMS 3.0 but of ROMS 2.2.
But I cannot find it in the ROMS website...
Would anybody tell me where the ROMS 2.2 tar file is now ?

User avatar
arango
Site Admin
Posts: 1350
Joined: Wed Feb 26, 2003 4:41 pm
Location: DMCS, Rutgers University
Contact:

#2 Unread post by arango »

We no longer distribute ROMS versions as tar files. ROMS 2.2 is an old version and many bugs have been corrected. There is an interin 2.3 version which includes corrections and new developments. I highly recommend you to use version 3.0 since we do not support and correct old versions. You can checkout old tagged ROMS versions from the svn repository. See

https://www.myroms.org/projects/src/browser/tags

kameya
Posts: 4
Joined: Wed Apr 11, 2007 6:04 pm
Location: Denryoku Computing Center Ltd.

#3 Unread post by kameya »

Your reply helps me. Thank you very much ! (^_^)

Yunli
Posts: 10
Joined: Thu May 31, 2007 2:33 pm
Location: HPL

#4 Unread post by Yunli »

I seem to have problem when accessing this website either by IE or "svn checkout". https://www.myroms.org/svn/src

The problem emerged when I try to login with my user name and password, which are exactly as same as I used to login this Discussion and myroms.org website.

== IE pop-up ==
Forbidden
You don't have permission to access /projects/src/browser/tags on this server.
Apache/2.0.52 (CentOS) Server at www.myroms.org Port 443

== Svn checkout ==
svn: PROPFIND request failed on '/svn/src'
svn: PROPFIND of '/svn/src': 403 Forbidden (https://www.myroms.org)

robertson
Site Admin
Posts: 219
Joined: Wed Feb 26, 2003 3:12 pm
Location: IMCS, Rutgers University

#5 Unread post by robertson »

You need to capitalize your user name, it's Yunli not yunli.

Try:

Code: Select all

svn checkout --username Yunli https://www.myroms.org/svn/tags/roms-2.2 mydir

Povl
Posts: 2
Joined: Mon Mar 31, 2003 8:45 am
Location: British Antarctic Survey

Related problem?

#6 Unread post by Povl »

I'm also having trouble checking out the code. I've tried a few permutations of capital letters in my username, but I still cannot get it to work.
Help...

Povl

Code: Select all

svn checkout --username povl https://www.myroms.org/svn/src/trunk roms-3
Error validating server certificate for 'https://www.myroms.org:443':
 - The certificate is not issued by a trusted authority. Use the
   fingerprint to validate the certificate manually!
Certificate information:
 - Hostname: www.myroms.org
 - Valid: from Feb 23 21:09:37 2007 GMT until Feb 23 21:09:37 2008 GMT
 - Issuer: Certification Services Division, Thawte Consulting cc, Cape Town, Western Cape, ZA
 - Fingerprint: 70:b5:52:9b:b4:17:b7:ba:f0:61:01:6c:16:dc:fb:ef:16:43:54:8c
(R)eject, accept (t)emporarily or accept (p)ermanently? p
Authentication realm: <https> Subversion Repository
Password for 'povl': 
Authentication realm: <https> Subversion Repository
Username: ...[a few more tries]...
svn: PROPFIND request failed on '/svn/src/trunk'
svn: PROPFIND of '/svn/src/trunk': authorization failed (https://www.myroms.org)

robertson
Site Admin
Posts: 219
Joined: Wed Feb 26, 2003 3:12 pm
Location: IMCS, Rutgers University

#7 Unread post by robertson »

Your user name is Povl (Capital P lower case ovl)and the error in the logs is password mismatch. Since you were able to log in to the forum to post your question, you must know you password. Perhaps you are typing it incorrectly. Remember that your password to access the svn repository is the same one you use to log into the forum.

Povl
Posts: 2
Joined: Mon Mar 31, 2003 8:45 am
Location: British Antarctic Survey

#8 Unread post by Povl »

Oops, I did use the wrong password with the right capitalization (or vice versa?). :roll: Works now.
Thanks,

Povl

Post Reply