This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ATTN sqlite3 maintainer: Re: libsqlite3_0-3.6.21-2 breaks subversion


On 12/17/2009 3:30 AM, Christian Franke wrote:
After upgrading from libsqlite3_0 from 3.6.2-1 to 3.6.21-2, svn is
broken.

Testcase: When a new repository is created, the sqlite file normally at
"repo/db/rep-cache.db" is written to a funny name in current directory.

This appears to be a problem with sqlite3 itself.


$ cygcheck -c sqlite3
Cygwin Package Information
Package              Version        Status
sqlite3              3.6.2-1        OK
$ ls
$ echo -e '.schema\n.quit\n' | sqlite3 tst.db
$ /bin/ls
tst.db

$ cygcheck -c sqlite3
Cygwin Package Information
Package              Version        Status
sqlite3              3.6.21-2       OK
$ ls
$ echo -e '.schema\n.quit\n' | sqlite3 tst.db
$ /bin/ls -1 | cat -A
M-cM-)M-^CM-gM-^QM-^\M-fM-5M-%M-eM-1M-0M-gM-^EM-3M-fM-%M-,M-fM-^UM-4M-eM-0M-3t$


-- David Rothenberger ---- daveroth@acm.org

QOTD:
        "It's hard to tell whether he has an ace up his sleeve or if
        the ace is missing from his deck altogether."

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]