Hi Christian

Nice to meet you at OOoCon2008! I like your good smile very much.
It is nice to meet face to face.

Anyway, do you have some script that checks new milestone?
Namely, checks cws ML peridically and if there is a new milestone
like DEV300_m36.

A fragment code by perl by me is like following.
########################
# determine newest tag #
########################
$data_from_web = get($eis_url);
$rss = new XML::RSS;
$rss->parse($data_from_web);

[EMAIL PROTECTED]>{'items'}}[0];
split (' ',$item->{'title'});
[EMAIL PROTECTED];
print "Current newst tag is $ooo_tag\n";
} else {
print "You specified tag : $ooo_tag\n";
}

Do you have something like this? Mine is too fragile.

From: "Christian Lohmaier" <[EMAIL PROTECTED]>
Subject: Re: [qa-dev] Exclude dirs from zip
Date: Wed, 12 Nov 2008 12:38:38 +0100

> a related note, maybe interesting for other use-cases:
> you can use svn export to create a copy of your tree without the svn metadata:
> 
> svn export DEV300_m35/testautomation svn-free-testautomation
:)
Great. Really useful.

Best,
-- Nakata Maho http://accc.riken.jp/maho/


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

Reply via email to