| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-SWARE-Spam-Status: | No, hits=1.9 required=5.0 tests=AWL,BAYES_00,BOTNET,SPF_SOFTFAIL |
| X-Spam-Check-By: | sourceware.org |
| Message-id: | <4B2ABEAE.2050806@acm.org> |
| Date: | Thu, 17 Dec 2009 15:28:46 -0800 |
| From: | David Rothenberger <daveroth AT acm DOT org> |
| User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 |
| MIME-version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | ATTN sqlite3 maintainer: Re: libsqlite3_0-3.6.21-2 breaks subversion |
| References: | <1NLEZ9-1gEMN60 AT fwd02 DOT aul DOT t-online DOT de> |
| In-reply-to: | <1NLEZ9-1gEMN60@fwd02.aul.t-online.de> |
| X-IsSubscribed: | yes |
| Reply-To: | cygwin AT cygwin DOT com |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
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 AT acm DOT 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |