New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
#2117 (CRS branch has disapeared) – NEMO

Opened 6 years ago

Closed 6 years ago

Last modified 2 years ago

#2117 closed Bug (fixed)

CRS branch has disapeared

Reported by: cbricaud Owned by: systeam
Priority: low Milestone:
Component: OCE Version: v3.6
Severity: minor Keywords: OPA v3.6
Cc:

Description

I can't find this branch
https://forge.ipsl.jussieu.fr/nemo/browser/branches/2015/dev_r5003_MERCATOR6_CRS

When I go first to https://forge.ipsl.jussieu.fr/nemo/browser/branches/
and I put "View revision:" 9500,
I can see it in the browser

and a checkout at rev 9500 doesn't work:
svn co -r 9500 svn+ssh://cbricaud@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/branches/2015/dev_r5003_MERCATOR6_CRS dev_r5003_MERCATOR6_CRS
Password:
svn: File not found: revision 9939, path '/branches/2015/dev_r5003_MERCATOR6_CRS'

Context

...

Analysis

...

Fix

...

Commit History (0)

(No commits)

Change History (4)

comment:1 Changed 6 years ago by timgraham

Try this syntax instead:

svn co svn+ssh://cbricaud@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/branches/2015/dev_r5003_MERCATOR6_CRS dev_r5003_MERCATOR6_CRS@9500

That seems to work for me.

Version 0, edited 6 years ago by timgraham (next)

comment:2 Changed 6 years ago by clevy

And for users, this one seems to work for me:

svn co https://forge.ipsl.jussieu.fr/nemo/svn/branches/2015/dev_r5003_MERCATOR6_CRS@9500

comment:3 Changed 6 years ago by clevy

  • Resolution set to fixed
  • Status changed from new to closed

comment:4 Changed 2 years ago by nemo

  • Keywords OPA v3.6 added
Note: See TracTickets for help on using tickets.