From: NAKATA Maho <[EMAIL PROTECTED]>
   Date: Fri, 22 Apr 2005 10:00:12 +0900 (JST)

   > Could you please show us what patches are applied to macosx06?

1. You have to know modules which are in this cws:

[EMAIL PROTECTED]:~/.ooo/ooo_SRC680_m96_src> cwsquery -m SRC680 -c macosx06 
modules
cwsquery -- version: 1.5
cwsquery: Master workspace 'SRC680', child workspace 'macosx06':
cwsquery: Modules:
jvmfwk
scp2

  -> there are two modules. Let's see, what is changed in module scp2:

2. cd scp2; cvs diff -r CWS_SRC680_MACOSX06_ANCHOR -r cws_src680_macosx06
and you'll see the diff.

I use this script named cws_changes very often (it is a *quick* but
*usable* hack) for diffing module against its anchor:

--- cut here ---
#!/bin/bash

MODULE=$1
CWS=cws_src680_$2

ANCHOR=`echo $CWS|tr 'a-z' 'A-Z'`_ANCHOR

cd ~/.ooo/ooo_SRC*/$MODULE

cvs diff -kk -r $ANCHOR -r $CWS
--- cut here ---

You call it with two arguments, e.g.:

cws_changes scp2 macosx06
-- 
Pavel Janík

Further motivation for migration centers on the platform becoming somewaht
unstable or unreliable.
                  -- D.H. Brown Associates, Inc. about Windows

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to