I'm a graduate student in Zhejiang University, China. I'm a rookie, Just starting out with ROMS. Today I meet a Problem when dowloading the ROMS code. my computer operating system is Win7(Home basic, 32bit), I use the PUTTY to remote login the computer cluster(the operating system is Linux), the PC cluster is not in our school. The problem is: the username in PC cluster is:wanzhanhong, but the username in ROMS is:yinwenbin163.There has a sentencein the page(https://www.myroms.org/wiki/index.php/S ... ading_ROMS):" If your username on your local computer is not the same as your ROMS username you will need to pass the --username option to svn:
svn checkout --username joe_roms https://www.myroms.org/svn/src/trunk MyDir"
I do not understand what this sentence means, I type above command, however, no reponse. I need help to downlod the code, thanks!
Help! a problem in download
-
- Posts: 2
- Joined: Mon Apr 25, 2011 1:56 pm
- Location: Zhejiang University
-
- Posts: 64
- Joined: Mon Oct 17, 2005 2:02 am
- Location: Institute of Oceanology,Chinese Academy of Sciences
Re: Help! a problem in download
Try the following commands:
svn checkout --username yinwenbin163 https://www.myroms.org/svn/src/trunk MyDir
You can change "MyDir" to any other name you want to use for the local directory name.
svn checkout --username yinwenbin163 https://www.myroms.org/svn/src/trunk MyDir
You can change "MyDir" to any other name you want to use for the local directory name.
-
- Posts: 2
- Joined: Mon Apr 25, 2011 1:56 pm
- Location: Zhejiang University
Re: Help! a problem in download
thanks!!!linzhenhua wrote:Try the following commands:
svn checkout --username yinwenbin163 https://www.myroms.org/svn/src/trunk MyDir
You can change "MyDir" to any other name you want to use for the local directory name.