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 1994 – NEMO

Changeset 1994


Ignore:
Timestamp:
2010-07-08T15:43:53+02:00 (14 years ago)
Author:
smasson
Message:

bugfix on svn_tools/update_vendor.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendors/svn_tools/update_vendor.sh

    r1989 r1994  
    9696echo "updating $vendor_branch/current and tagging this new version as $vendor_branch/$nemo_vendor_new" 
    9797echo 
    98 ./svn_load_dirs.pl -t $nemo_vendor_new $svn_nemo_url/vendors/$vendor_branch current working_directory 
     98./svn_load_dirs.pl -t $nemo_vendor_new $svn_nemo_vendor current working_directory 
    9999#-  
    100100#- merge old and new version of $vendor_branch in $svn_external/$vendor_branch 
     
    115115echo "if everything is ok you should execute the folling command:" 
    116116echo 
    117 echo "svn co --message \"merging $vendor_branch/$nemo_vendor_new into the EXTERNAL deposit\" ../$vendor_branch" 
     117echo "svn ci --message \"merging $vendor_branch/$nemo_vendor_new into the EXTERNAL deposit\" ../$vendor_branch" 
     118echo 
     119echo 
    118120 
    119121  
Note: See TracChangeset for help on using the changeset viewer.