Changeset 2768 for trunk/NEMOGCM/EXTERNAL/svn_tools
- Timestamp:
- 2011-05-13T21:51:33+02:00 (13 years ago)
- Location:
- trunk/NEMOGCM/EXTERNAL/svn_tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEMOGCM/EXTERNAL/svn_tools/svn_load_dirs.pl
r2281 r2768 30 30 31 31 # Specify the location of the svn command. 32 my $svn = '/sw/bin/svn';32 my $svn = `which svn`; 33 33 34 34 # Process the command line options. -
trunk/NEMOGCM/EXTERNAL/svn_tools/update_vendor.sh
r2281 r2768 17 17 echo 18 18 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" 22 22 23 23 exit 1
Note: See TracChangeset
for help on using the changeset viewer.