|
Check out from our server at wearLab!
dillo2:
cvs -z3 -d:pserver:anonymous@auriga.wearlab.de:/sfhome/cvs/dillo co dw2
cvs -z3 -d:pserver:anonymous@auriga.wearlab.de:/sfhome/cvs/dillo co dillo2
cp -r dillo2 dillo2-cur
cp -r dw2 dw2-cur
ln -s dw2-cur dw-testbed
find dw2-cur dillo2-cur -name CVS | xargs rm -R
cd dw2-cur; ./autogen.sh && ./configure && make
cd ..
cd dillo2-cur; ./autogen.sh && ./configure && make
This way you can make and send patches like this:
diff -pru dillo2 dillo2-cur > Patch-Name-Here.dillo2
diff -pru dw2 dw2-cur > Patch-Name-Here.dw2
|
dillo1:
cvs -z3 -d:pserver:anonymous@auriga.wearlab.de:/sfhome/cvs/dillo login
cvs -z3 -d:pserver:anonymous@auriga.wearlab.de:/sfhome/cvs/dillo co dillo
(if asked for a password, press ENTER)
|