RE: E200030 error on checkout

2012-08-22 Thread Ferreira, Matthew
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

RE: E200030 error on checkout

2012-08-22 Thread Ferreira, Matthew
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

e20300 error on checkout

2012-08-21 Thread Ferreira, Matthew
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

RE: Issues compiling SVN 1.7.5 on Solaris Sparc 9

2012-08-17 Thread Ferreira, Matthew
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:

RE: Issues compiling SVN 1.7.5 on Solaris Sparc 9

2012-08-16 Thread Ferreira, Matthew
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

RE: Issues compiling SVN 1.7.5 on Solaris Sparc 9

2012-08-15 Thread Ferreira, Matthew
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

RE: Issues compiling SVN 1.7.5 on Solaris Sparc 9

2012-08-15 Thread Ferreira, Matthew
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:

Issues compiling SVN 1.7.5 on Solaris Sparc 9

2012-08-14 Thread Ferreira, Matthew
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