svn checkout

Discussion on computers, ROMS installation and compiling

Moderators: arango, robertson

Post Reply
Message
Author
George
Posts: 9
Joined: Mon Jun 26, 2006 1:15 pm
Location: International Arctic Research Center

svn checkout

#1 Unread post by George »

Hi I am having a problen checking out ROMS 3.0 with svn:

[george@georgina ~]$ svn checkout https://www.myroms.org/svn/src/trunk MyDir
Authentication realm: <https> Subversion Repository
Password for 'george':
svn: PROPFIND request failed on '/svn/src/trunk'
svn: PROPFIND of '/svn/src/trunk': 403 Forbidden (https://www.myroms.org)

I cant even view the repository @ https://www.myroms.org/projects/src/browser
As I get "Forbidden You don't have permission to access /projects/src/browser on this server."

I can log into the ROMS website, forum and wikipage with no problem, and yes, my username on my local computer is the same as my ROMS username.

Any idea what the problem could be ?
Thanks
George

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

#2 Unread post by robertson »

Your ROMS user name is George with a capital "G".

Code: Select all

svn checkout --username George https://www.myroms.org/svn/src/trunk my_roms_dir
Dave

George
Posts: 9
Joined: Mon Jun 26, 2006 1:15 pm
Location: International Arctic Research Center

#3 Unread post by George »

Well that explains it :o I guess the ROMS webpage and wiki and case sensitive then as the problem has never shown up before.
Thanks Dave much appreciated.

zhouwei
Posts: 29
Joined: Thu Dec 21, 2006 10:25 pm
Location: South China Sea Institute of Oceanology

#4 Unread post by zhouwei »

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

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

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

Is this problem caused by the blank in my username(Zhou Wei)?

Any information is greatly appreciated!

zhang
Posts: 27
Joined: Fri Mar 11, 2005 9:17 pm
Location: Woods Hole Oceanographic Institution

#5 Unread post by zhang »

try "Zhou\ Wei"?

MJiang
Posts: 21
Joined: Mon Apr 18, 2005 6:41 pm
Location: Florida Atlantic University

#6 Unread post by MJiang »

hi,

I seem to have same svn checkout problem, though my username and passord are correct (I can login to Forum) and don't have special characters. Any other possible reasons for this problem? Thanks.

Mingshun

MJiang
Posts: 21
Joined: Mon Apr 18, 2005 6:41 pm
Location: Florida Atlantic University

#7 Unread post by MJiang »

ok,

after I posted this message, I realized my username is MJiang instead of mjiang. It seems the Forum login is not case sensitive.

Mingshun

tim_cera

Re: svn checkout

#8 Unread post by tim_cera »

Similar problem.

I can login to the forum, login name is 'tim_cera', but cannot login to anything else. Cannot login to SVN, myroms, or the wiki.

Error message is different than original poster:

Code: Select all

svn: Server sent unexpected return value (403 Forbidden) in response to OPTIONS request for 'https://www.myroms.org/svn/src/trunk'
Thought it was my password and tried to have my password e-mailed to me and that didn't work either.

Kindest regards,
Tim

Post Reply