- Timestamp:
- Jul 22, 2009 2:14:43 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
releases/0.5.29/set_externals
r1331 r1368 106 106 107 107 if test $printHelp = 0 && test $exitValue = 0; then 108 109 rm -f Externals 110 108 111 if test -r $Dependencies; then 109 112 … … 157 160 158 161 echo " $ext_rel_url" 159 echo "$ext_name $ext_rel_url" >> xyz162 echo "$ext_name $ext_rel_url" >>Externals 160 163 ext_name= 161 164 fi … … 166 169 echo '' 167 170 168 svn pset svn:externals -F xyz . 169 170 rm xyz 171 svn pset svn:externals -F Externals . 172 173 #Leave the new externals file there for no 174 #rm -f Externals 171 175 172 176 else # if test -r Externals … … 189 193 190 194 Recommended practice is to keep this list in a file called "Dendencies" in the 191 project's root directory. A temporary file called " xyz" in the same form, but192 with the URL of each stable version replaced by the URL of the latest195 project's root directory. A temporary file called "Externals" in the same form, 196 but with the URL of each stable version replaced by the URL of the latest 193 197 associated release is produced. From this file, the script will set the 194 198 svn:externals variable. It does not do an update or commit the change. After
Note: See TracChangeset
for help on using the changeset viewer.