Huijben [mailto:b...@qqmail.nl]
Sent: Wednesday, August 22, 2012 8:47 AM
To: Ferreira, Matthew; users@subversion.apache.org
Subject: RE: E200030 error on checkout
Withut knowledge of your setup:
My guess would be that your setup accidentally picks up an older Sqlite as this
syntax is supported by all
Correcting the subject line to reflect the actual error code
From: mferre...@navisite.com
Sent: Tuesday, August 21, 2012 1:45 PM
To: users@subversion.apache.org
Subject: e20300 error on checkout
When using the svn client, seeing the following:
svn: E200030: near "OLD": syntax error, executing sta
When using the svn client, seeing the following:
svn: E200030: near "OLD": syntax error, executing statement 'CREATE TRIGGER
nodes_insert_trigger AFTER INSERT ON nodes WHEN NEW.checksum IS NOT NULL BEGIN
UPDATE pristine SET refcount = refcount + 1 WHERE checksum = NEW.checksum;
END; CREATE T
positions
-Original Message-
From: Daniel Shahaf [mailto:d...@daniel.shahaf.name]
Sent: Friday, August 17, 2012 4:52 AM
To: Ferreira, Matthew
Cc: users@subversion.apache.org
Subject: Re: Issues compiling SVN 1.7.5 on Solaris Sparc 9
Daniel Shahaf wrote on Thu, Aug 16, 2012 at 23:58:34 +0100:
r code 1
make: Fatal error: Command failed for target `subversion/svn/svn'
-Original Message-
From: Daniel Shahaf [mailto:d...@daniel.shahaf.name]
Sent: Wednesday, August 15, 2012 9:12 AM
To: Ferreira, Matthew
Cc: users@subversion.apache.org
Subject: Re: Issues compiling SVN 1.7.5 on So
Ok, I got it...thanks for your help
-Original Message-
From: Daniel Shahaf [mailto:d...@daniel.shahaf.name]
Sent: Wednesday, August 15, 2012 9:12 AM
To: Ferreira, Matthew
Cc: users@subversion.apache.org
Subject: Re: Issues compiling SVN 1.7.5 on Solaris Sparc 9
Build from a tarball, not
hahaf [mailto:d...@daniel.shahaf.name]
Sent: Tuesday, August 14, 2012 4:14 PM
To: Ferreira, Matthew
Cc: users@subversion.apache.org
Subject: Re: Issues compiling SVN 1.7.5 on Solaris Sparc 9
Add --disable-nls to your configure flags.
Ferreira, Matthew wrote on Tue, Aug 14, 2012 at 14:24:18 -0400:
Downloaded the source (the binaries that I could find were compiled for 10, so
I need to compile). Downloaded the latest sqllite client and it stumbled on
that. Per the README it worked on 3.6.18, so found that and got past that, now
the make is throwing symbol errors. I've searched the archives