monotone-devel
[Top][All Lists]
Advanced

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

Re: [Monotone-devel] [Monotone-users] I'm sorry to keep bothering you


From: Stephen Leake
Subject: Re: [Monotone-devel] [Monotone-users] I'm sorry to keep bothering you
Date: Thu, 07 Aug 2014 13:59:13 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (windows-nt)

jfl <address@hidden> writes:

> mkdir ~/mtn/ooncd ; cd ~/mtn/ooncd
> mtn db init --db=ooncd
> mtn --db=ooncd --branch=th.or.ooncd-th setup th
> cd th
> cp -r ../../ooncd-old/th/rst .
> cp ../../ooncd-old/th/makefile .
> mtn add -R rst makefile
> mtn commit address@hidden --message="initial checkin of ooncd-th"
> cd ..
> ...
> mtn pull mtn://127.0.0.1:8990/ooncd
>       mtn: misuse: no database specified
>
> +++
>
> I don't understand why the branch is empty, or why I even need a key
> to run the clone command ...

I don't see where you tried to run "clone".

> So, I tried pull ... but monotone doesn't know what I'm talking about.

The error message is almost clear; you did not tell mtn what database to
pull _to_; you only told it what database to pull _from_.

_if_ mtn is run in a workspace, it uses the defaults specified in
_MTN/options. But your 'pull' command is not in a workspace; it is in
~/mtn/ooncd, the workspace is in ~/mtn/ooncd/th

So you need:

mtn -d ~/mtn/ooncd/ooncd pull mtn://127.0.0.1:8990/ooncd

or:

cd th
mtn pull mtn://127.0.0.1:8990/ooncd

> Why does 'k' take just one dash, no space, and the keyname in some
> commands and the 'normal' two dashes, '=', and the keyname in quotes
> in others?

You can always use either; '-k<name>' is short for '--key=<name>'.

-- 
-- Stephe



reply via email to

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