Menu

[r28]: / bin / updatedynamide.sh  Maximize  Restore  History

Download this file

39 lines (30 with data), 1.0 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#!/bin/sh
echo Updating Dynamide. To commit, use dcommit.sh
u=`uname -s|cut -c-6`
if [ "$u" = "CYGWIN" ]; then
BASE=`cygpath -u $DYNAMIDE_HOME`
else
BASE=$DYNAMIDE_HOME
fi
echo Using Platform-Fixed DYNAMIDE_HOME=$BASE
echo Using CVSROOT=$CVSROOT
RESOURCE_ROOT="$BASE/build/ROOT"
message=$1
echo :: update -d $BASE/bin
cvs -q update -d $BASE/bin
echo :: update -d $BASE/doc
cvs -q update -d $BASE/doc
echo :: update -d $BASE/lib
cvs -q update -d $BASE/lib
echo :: update -d $BASE/src
cvs -q update -d $BASE/src
echo :: update -d $RESOURCE_ROOT/assemblies/com-dynamide-lib-1
cvs -q update -d $RESOURCE_ROOT/assemblies/com-dynamide-lib-1
echo :: update -d $RESOURCE_ROOT/conf
cvs -q update -d $RESOURCE_ROOT/conf
echo :: update -d $RESOURCE_ROOT/homes
cvs -q update -d $RESOURCE_ROOT/homes
echo :: update -d $RESOURCE_ROOT/homes/web-apps.xml
cvs -q update -d $RESOURCE_ROOT/homes/web-apps.xml
echo :: update -d $RESOURCE_ROOT/homes/desu-ka
cvs -q update -d $RESOURCE_ROOT/homes/desu-ka
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.