1. cvs update/merge
sample1:
cvs update -j1.1.1.1.2.2 -r TEST — arglist.c
1.1.1.1.2.2 is changed version; TEST is parent branch
sample2:
cvs update -jTEST3 -r 1.2 — arglist.c

cvs commit -f -m “no message” — arglist.c
force commit

2. wget download webpage and linked elements
wget -rHcpk -t 5 -l 5 -D Domain url

3. jad decompile all package:
jad -o -r -sjava -dsrc tree/**/*.class

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*