[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Monotone-devel] code.monotone.ca mtn server problem?
From: |
Stephen Leake |
Subject: |
Re: [Monotone-devel] code.monotone.ca mtn server problem? |
Date: |
Fri, 15 Oct 2010 09:27:23 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1 (windows-nt) |
Thomas Keller <address@hidden> writes:
> Am 15.10.2010 14:02, schrieb Stephen Leake:
>> I'm getting an error when I try to sync with code.monotone.ca:
>>
>> $ c:/Projects/monotone/monotone-build_mingw/mtn.exe sync
>> mtn://code.monotone.ca?net.venge.monotone
>> mtn: connecting to mtn://code.monotone.ca
>> mtn: Received warning from usher: No server for pattern 'net.venge.monotone'
>> mtn: peer mtn://code.monotone.ca IO terminated connection in working state
>> (error)
>> mtn: error: I/O failure while talking to peer mtn://code.monotone.ca,
>> disconnecting
>>
>>
>> This happens with the MinGW build of the current mtn head (local db
>> migrated), and with an older (pre-migrate) build on Debian.
>
> You forgot the database path in the URI and usher does not select
> databases based on branch patterns. The correct URI is:
>
> mtn://code.monotone.ca/monotone?net.venge.monotone
Ok, that works.
I guess I didn't pay enough attention to your announcement that this had
changed.
Maybe the error message could be improved?
In particular, on Debian, I just did 'mtn sync' as usual, and got the
error message. That will probably happen to others.
--
-- Stephe