[Registry] Re: environment in kdb
Brought to you by:
aviram
|
From: Avi A. <avi...@gm...> - 2004-10-31 04:00:37
|
Markus, this is a yummy patch.
I'll apply it this weekend !
Sean is having sever problems with the SVN server. He is fixing it.....
I'm also thinking about improving the XML export to allow relative key
names. Something like:
<keyset base="user/sw/hello">
<key relname="lang"/>
<key relname="text"/>
</keyset>
What do you guys think about it ?
Regards,
Avi
On Sat, 30 Oct 2004 22:04:52 +0200, Markus Raab <mai...@gm...> wrote:
> I have a litte patch, which makes this possible:
>
> $ kdb get user/sw/hello/lang
> en
> $ kdb get user/sw/hello/text
> Hello World!
>
> $ KDB_ROOT=user/sw/hello/
> $ kdb get lang
> en
> $ kdb get text
> Hello World!
>
> I think this might be nice for initialization skripts, where a lot of Keys are
> used and they all have the same prefix.
>
> btw. sorry i posted the server down thing in german...
>
> Markus
>
>
>
|