* Florent Daignière (NextGen$) <[EMAIL PROTECTED]> [2007-04-11 16:24:57]:

> Hi,
>       The diff for r12468 is too big to go through the lists ...
> 
>       You can verify it doing the following:
> 
> wget http://download.oracle.com/berkeley-db/je-3.2.21.tar.gz 
> http://download.oracle.com/berkeley-db/je-3.2.21.tar.gz.md5
> md5sum je-3.2.21.tar.gz ; cat je-3.2.21.tar.gz.md5
> tar xzvf http://download.oracle.com/berkeley-db/je-3.2.21.tar.gz
> pushd je-3.2.21
> ant clean
> popd
> 
> svn up -r12468 /path/to/contrib
> svn export /path/to/contrib je
> 
> diff -Naur je je-3.2.21 | less
> 
>       I have only deleted two directories : docs and build.
> 
> NextGen$

updated proceedure :

wget http://download.oracle.com/berkeley-db/je-3.2.21.tar.gz
tar xzvf http://download.oracle.com/berkeley-db/je-3.2.21.tar.gz
pushd je-3.2.21
ant clean
rm -rf docs examples lib/je-3.2.21.jar
popd
svn up -r12468 /path/to/contrib/bdb
svn export /path/to/contrib/bdb je
diff -Naur je je-3.2.21 | less

Sorry.

Attachment: signature.asc
Description: Digital signature

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to