monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] netsync server timeout errors


From: Matt Johnston
Subject: Re: [Monotone-devel] netsync server timeout errors
Date: Thu, 4 Nov 2004 12:43:36 +0800
User-agent: Mutt/1.4i

> We also had a question about the public/private keypairs.  We are 
> planning for each design to be a separate database used by a group of 
> engineers.  These engineers could be working on several different 
> projects at once.  Is there a way to keep one keypair for each user 
> across multiple databases?

You can list the keys in a database with

monotone --db=dbwithkeys.db ls keys

and extract private (or public) keys with

monotone --db=dbwithkeys.db privkey address@hidden

(as an example, or change 'privkey' to 'pubkey'). They can
then be loaded to another database with

cat keyfile | monotone --db=otherdb.db read

Matt





reply via email to

[Prev in Thread] Current Thread [Next in Thread]