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.
Changeset 2768 – NEMO

Changeset 2768


Ignore:
Timestamp:
2011-05-13T21:51:33+02:00 (13 years ago)
Author:
smasson
Message:

minor bugfix in svn_tools

Location:
trunk/NEMOGCM/EXTERNAL/svn_tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/EXTERNAL/svn_tools/svn_load_dirs.pl

    r2281 r2768  
    3030 
    3131# Specify the location of the svn command. 
    32 my $svn = '/sw/bin/svn'; 
     32my $svn = `which svn`; 
    3333 
    3434# Process the command line options. 
  • trunk/NEMOGCM/EXTERNAL/svn_tools/update_vendor.sh

    r2281 r2768  
    1717    echo 
    1818    echo "./update_vendor.sh IOIPSL v2_1_9 v2_2_1 smasson" 
    19     echo "./update_vendor.sh XMLF90 53 114 smasson" 
    20     echo "./update_vendor.sh XMLIO_SERVER 53 114 smasson" 
    21     echo "./update_vendor.sh AGRIF 00 1988 smasson" 
     19    echo "./update_vendor.sh XMLF90 r_53 114 smasson" 
     20    echo "./update_vendor.sh XMLIO_SERVER r_53 114 smasson" 
     21    echo "./update_vendor.sh AGRIF r_00 1988 smasson" 
    2222 
    2323   exit 1 
Note: See TracChangeset for help on using the changeset viewer.