Re: AW: svnversion breaks after copying checked out repo

2012-04-21 Thread Stefan Sperling
On Fri, Apr 13, 2012 at 10:46:42AM -0700, Taylor Lookabaugh wrote: > I'm sorry, a couple clarifications: > > I use sqlite 4.7.11, not 4.7.0 You mean sqlite-3.7.11? If so, it could be this problem: http://svn.haxx.se/dev/archive-2012-04/0416.shtml Please downgrade to sqlite-3.7.10 until 3.7.12 is

Re: svnversion breaks after copying checked out repo

2012-04-16 Thread Markus Schaber
Hi, Taylor, Von: Taylor Lookabaugh [mailto:jesus.christ.i.l...@gmail.com] > [Problems accessing a copied workingcopy using svnversion > I use sqlite 4.7.11, not 4.7.0 According to SQLite.org, Version 3.7.11 is the current release of SQLite. > I use the subversion client(Apache) in the command li

Re: AW: svnversion breaks after copying checked out repo

2012-04-13 Thread Taylor Lookabaugh
On 04/13/12 05:48, Markus Schaber wrote: Hi, Taylor, Von: Stefan Sperling [mailto:s...@elego.de] On Fri, Apr 13, 2012 at 03:32:47AM -0700, Taylor Lookabaugh wrote: Error: svn: E200030: sqlite: callback requested query abort Steps to reproduce bug: 1: checkout svn repo. 2: copy the checked out

AW: svnversion breaks after copying checked out repo

2012-04-13 Thread Markus Schaber
Hi, Taylor, Von: Stefan Sperling [mailto:s...@elego.de] > On Fri, Apr 13, 2012 at 03:32:47AM -0700, Taylor Lookabaugh wrote: > > Error: svn: E200030: sqlite: callback requested query abort > > > > Steps to reproduce bug: 1: checkout svn repo. 2: copy the checked out > > repo. > > Small note on te

Re: svnversion breaks after copying checked out repo

2012-04-13 Thread Stefan Sperling
On Fri, Apr 13, 2012 at 03:32:47AM -0700, Taylor Lookabaugh wrote: > Error: svn: E200030: sqlite: callback requested query abort > > Steps to reproduce bug: 1: checkout svn repo. 2: copy the checked > out repo. Small note on terminology: While you check out from a "repository", what you've checke

svnversion breaks after copying checked out repo

2012-04-13 Thread Taylor Lookabaugh
Error: svn: E200030: sqlite: callback requested query abort Steps to reproduce bug: 1: checkout svn repo. 2: copy the checked out repo. 3: run "svnversion" in the copy versions: sqlite - 4.7.0 subversion - 1.7.4 -- Taylor Lookabaugh