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 ?
How can I get the tar file of ROMS 2.2 ?
- arango
- Site Admin
- Posts: 1367
- Joined: Wed Feb 26, 2003 4:41 pm
- Location: DMCS, Rutgers University
- Contact:
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
https://www.myroms.org/projects/src/browser/tags
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)
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)
You need to capitalize your user name, it's Yunli not yunli.
Try:
Try:
Code: Select all
svn checkout --username Yunli https://www.myroms.org/svn/tags/roms-2.2 mydir
Related problem?
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
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)
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.