On Tue, Sep 04, 2007, Patrick Georgi wrote:

> Ralf S. Engelschall wrote:
>> 1. copying repository via raw SQLite dump/restore fails
>>    ----------------------------------------------------
>>
>>    This is actually an SQLite problem (and I will forward to the SQLite
>>    community, too), nevertheless you should be aware here, too. A
>>    simple...
>>
>>    | $ sqlite3 openpkg-import.db .dump | sqlite3 openpkg-copy.db
>>
>>    ...fails with lots of errors like:
>>
> how about using mtn db dump | mtn db load instead?

Ah, interesting:

$ mtn --db=openpkg-import.db db dump |\
  mtn --db=openpkg-work.db db load

This works as expected. So, seems like the problem is the input buffer
handling the the sqlite3(1) command-line tool only.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com



_______________________________________________
Monotone-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/monotone-devel

Reply via email to