Douglas Dickinson | 22 May 04:44
Picon

Database recovery: `mtn load` into what?

Docs for `mtn db load` are unclear to me.
    http://www.monotone.ca/docs/Database.html
says:
> the schema of the dumped database is included in the dump,
> so you should not try to init your database before a load.

OK, fine, but how do you create a database without `mtn db init`?

Many thanks for your help!
./ddd

Background / context:  I'm trying to fix a database for which `mtn db
check` reports:

> mtn: warning: 1 mismatched certs
> mtn: check complete: 70679 files; 8777 rosters; 8777 revisions; 15 keys; 35677 certs; 8778 heights; 43 branches
> mtn: total problems detected: 1 (0 serious)
> mtn: minor problems detected

--
"Why, oh why, didn't I take the *blue* pill?"
code | 22 May 03:42
Picon
Favicon

Updated Issue 208 - ml_gobject.c: conflicting types for 'g_value_get_variant' (monotone)

Hello,

The following issue has been updated:

208 - ml_gobject.c: conflicting types for 'g_value_get_variant'
Project: monotone
Status: New
Reported by: J Doe
URL: https://code.monotone.ca/p/monotone/issues/208/
Labels:
 Type:Defect
 Priority:Medium

Comments (last first):

# By J Doe, May 22, 2012:

Sorry; I went from Slackware to Debian... fresh reinstall.

# By Thomas Moschny, May 13, 2012:

(Reposting the comment, because email notifications were disabled)

Try to build using a system-wide installed lablgtk instead:

$ ./configure --without-local-lablgtk && make

You can test wether the system-wide installation is ok using:

$ ocamlfind query lablgtk2
(Continue reading)

code | 14 May 02:37
Picon
Favicon

Issue 209 - support drop/modified conflict (monotone)

Hello,

A new issue has been created:

209 - support drop/modified conflict
Project: monotone
Status: New
Reported by: Stephen Leake
Labels:
 Type:Incorrect Behavior
 Priority:Medium

Description:

Steps to reproduce the problem:
-------------------------------

1. create two heads, one with file_a modified, one with file_a dropped
2. merge

Expected result:
----------------
merge reports a drop/modified conflict

Actual results:
---------------
warning about modifications being lost due to drop

Output of `mtn version --full`:
-------------------------------
(Continue reading)

code | 14 May 02:24
Picon
Favicon

Updated Issue 202 - 'mtn conflicts resolve_first' error message w/o resolution (monotone)

Hello,

The following issue has been updated:

202 - 'mtn conflicts resolve_first' error message w/o resolution
Project: monotone
Status: Fixed
Reported by: joe 23
URL: https://code.monotone.ca/p/monotone/issues/202/
Labels:
 Type:Defect
 Priority:Medium

Comments (last first):

# By Stephen Leake, May 14, 2012:

fixed in 384d89bf03cca6815b2df2580001d67378e41d26

 Status: Fixed

# By joe 23, Jan 22, 2012:

Steps to reproduce the problem:
-------------------------------

1. mtn conflicts store
2. mtn show_first
3. mtn resolve_first    # missing resolution

(Continue reading)

code | 13 May 23:06
Picon
Favicon

Updated Issue 208 - ml_gobject.c: conflicting types for 'g_value_get_variant' (monotone)

Hello,

The following issue has been updated:

208 - ml_gobject.c: conflicting types for 'g_value_get_variant'
Project: monotone
Status: New
Reported by: J Doe
URL: https://code.monotone.ca/p/monotone/issues/208/
Labels:
 Type:Defect
 Priority:Medium

Comments (last first):

# By Thomas Moschny, May 13, 2012:

(Reposting the comment, because email notifications were disabled)

Try to build using a system-wide installed lablgtk instead:

$ ./configure --without-local-lablgtk && make

You can test wether the system-wide installation is ok using:

$ ocamlfind query lablgtk2

# By Thomas Moschny, May 13, 2012:

Try to build using a system-wide installed lablgtk instead:
(Continue reading)

Stephen Leake | 13 May 02:52
Favicon

can't update issues

I've fixed issue 202, but I can't edit the issue via code.monotone.ca.

As soon as I start to edit in the 'comment' box, the page disappears,
and leaves me with a "No issues were found" list. As if it had searched
for something, and not found anything.

Help!

--

-- 
-- Stephe
Stephen Leake | 13 May 01:39
Favicon

merge nvm.lua-5.2

I have lua-5.2 installed in Mingw, and it's actually somewhat difficult
to install a different version (not like Debian :(). 

So are there any objections to merging nvm.lua-5.2?

Do we have a release manager?

--

-- 
-- Stephe
Thomas Keller | 9 May 22:47

New indefero version deployed


Hi all!

I've deployed a new version of Indefero (1.3.2) and merged it with our
custom layout. Let me know if you find any hiccups (note though that you
should clear your browser cache before... :)

A list of notable changes since v1.2 (which is what we were previously
running) can be found here:

  <http://projects.ceondo.com/p/indefero/page/News/>

(The activity calculation is not enabled for our setup, btw...)

Thomas.

--

-- 
GPG-Key 0x160D1092 | tommyd3mdi <at> jabber.ccc.de | http://thomaskeller.biz
Please note that according to the EU law on data retention, information
on every electronic information exchange might be retained for a period
of six months or longer: http://www.vorratsdatenspeicherung.de/?lang=en

_______________________________________________
Monotone-devel mailing list
Monotone-devel <at> nongnu.org
https://lists.nongnu.org/mailman/listinfo/monotone-devel
Favicon

Mtn-Browse

    Just a short email to announce the 1.00 release of mtn-browse. Main 
improvements include a history graphing tool and new and improved 
combo-box entries fields.

    For more details please go to:

    http://www.coosoft.plus.com/software.html

    Please download from:

    http://sourceforge.net/projects/mtn-browse/

    This application is supported for Linux, Mac OSX, and most Unixes.

    Regards,

    Tony Cooper.
Stephen Leake | 2 May 10:00
Favicon

nvm.lua-2.0 in Cygwin

I've hit a bug in compiling nvm.lua-2.0 in Cygwin, while running 'make
check';

/usr/include/boost/math/special_functions/detail/lgamma_small.hpp:483:38: error: expected
primary-expression before 'do'

It's the L macro, due to Boost 1.48 (which Cygwin has). 

It's also mtn issue 191. That gives a patch; has that been committed
yet? I don't see it in the commit log.

It's a very small change; for now, I'll apply it on the nvm.lua-5.2
workspace, but not commit it.

--

-- 
-- Stephe
Picon
Gravatar

Invitation to connect on LinkedIn

 
 
 
 
 
From Venkata Hanuman Choudari.S
 
Project Engineer at AU-KBC Research Centre
Chennai Area, India
 
 
 

I'd like to add you to my professional network on LinkedIn.

- Venkata Hanuman

 
 
 
 
 
 
You are receiving Invitation to Connect emails. Unsubscribe
© 2012, LinkedIn Corporation. 2029 Stierlin Ct. Mountain View, CA 94043, USA
 
_______________________________________________
Monotone-devel mailing list
Monotone-devel <at> nongnu.org
https://lists.nongnu.org/mailman/listinfo/monotone-devel

Gmane