You are not logged in.

Dear visitor, welcome to Dreamboard. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Saturday, April 21st 2007, 11:02am

We switched to monotone 0.31

If you're getting the initial openembedded monotone dabase from us (which you are, if you're using our Makefile-openembedded), you're now getting an initial monotone 0.31 database. In order to use this, please also use monotone 0.31.

(Yes, there are newer monotone versions out there. You might have to "mtn db migrate" or something, for details, read http://monotone.ca/NEWS .)

Hopefully, at some point, the database format will become stable. Until, we have this "minor annoyance". Sorry.

OoZooN

Dreamer

    Germany

Posts: 1,865

Location: Wienhausen

Occupation: Elektriker

  • Send private message

2

Monday, April 23rd 2007, 8:21pm

zum migrieren den befehl "mtn -d oe.mtn db migrate" benutzen. hat mich einige zeit gekostet um das rauszufinden.

use "mtn -d oe.mtn db migrate" to migrate. i need a little time to find this out ;)
mfg

OoZooN

Support für OoZooN Images gibt es auf forum.oozoon.de , nicht hier!

Two Beer or not two Beer, thats the Question

Aktuelle Nachrichten rund um OoZooN-Images gibt es auf Twitter

OPERATOR

Dreamer

Posts: 362

Location: Wienumgebung

  • Send private message

3

Monday, June 30th 2008, 7:06am

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
receiving file list ... done
oe.mtn

sent 115 bytes  received 181793148 bytes  1161618.29 bytes/sec
total size is 231342080  speedup is 1.27
Trying to pull the newest revision of the meta database. you can
disable this by setting DISABLE_UPDATE=1 in the Makefile-opendreambox
/usr/bin/mtn pull --db=oe.mtn monotone.openembedded.org org.openembedded.dreambox
mtn: misuse: database /root/enigma2-dev/oe.mtn is laid out according to an old schema
mtn: misuse: try 'mtn db migrate' to upgrade
mtn: misuse: (this is irreversible; you may want to make a backup copy first)
make: *** [oe.mtn] Error 1
[root@andLinux enigma2-dev]# mtn -d oe.mtn db migrate
mtn: calculating migration...
mtn: migrating data...
mtn: migrated to schema 48fd5d84f1e5a949ca093e87e5ac558da6e5956d
mtn: migrated to schema fe48b0804e0048b87b4cea51b3ab338ba187bdc2
mtn: migrated to schema 7ca81b45279403419581d7fde31ed888a80bd34e
mtn: committing changes to database
mtn: optimizing database
mtn: NOTE: this upgrade cleared monotone's caches
mtn: you should now run 'mtn db regenerate_caches'
[root@andLinux enigma2-dev]# mc

[root@andLinux enigma2-dev]# make -f Makefile-opendreambox all
Initial database already existing, ok.
[ ! -e openembedded ] && /usr/bin/mtn checkout --db=oe.mtn --branch=org.openembedded.dreambox openembedded || echo "Already checked out, ok."
mtn: error: database /root/enigma2-dev/oe.mtn lacks some cached data
mtn: error: run 'mtn db regenerate_caches' to restore use of this database
Already checked out, ok.
cd openembedded; /usr/bin/mtn --db=../oe.mtn update
/bin/sh: line 0: cd: openembedded: No such file or directory
mtn: misuse: workspace required but not found
make: *** [openembedded] Error 1
[root@andLinux enigma2-dev]#   


ich hab gestern versucht ein ,,mtn db regenerate_caches --db oe.mtn" zu starten, habs aber nach 12 Stunden abgebrochen, weil er gerade mal bei der hälfte war.

Hat jemand eine Idee?

edit: gelöst, es hat nur folgendes Verzeichnis gefehlt:

Source code

1
0: cd: openembedded: No such file or directory
lg

Alex

msn/skype: chat@websingles.at
icq: 18-416-675
Dreambox DM7000
Dreambox DM800
Dreambox DM500
Dreambox DM600
UFS-910
ET9x00
ET5000
DBox II

This post has been edited 1 times, last edit by "OPERATOR" (Jun 30th 2008, 7:10am)