Building issue.

2011-04-13 Thread Beau
Hi Everyone, I am trying to build SVN from source code on my Mac (OS X 10.6.6) I have checked out the code from trunk and have all the dependencies available too; Following INSTALL; sh ./autogen.sh ./configure make make install however when I run make install I get the following error; svn: E1

Re: Building issue.

2011-04-13 Thread Daniel Shahaf
On Thu, 14 Apr 2011 14:49 +1000, "Gavin Beau Baumanis" wrote: > Hi Everyone, > I am trying to build SVN from source code on my Mac (OS X 10.6.6) > > I have checked out the code from trunk and have all the dependencies > available too; > > Following INSTALL; > sh ./autogen.sh > ./configure > mak

Re: Building issue.

2011-04-14 Thread Gavin "Beau" Baumanis
Hi Daniel, by Using; > make install; echo $? It does indeed exit with a 0. Thanks. I don;' know how - but I completely missed the subversion directory that was created! I possibly, simply, assumed it was from trunk. I can also confirm from a dev-point of view, That trunk passes all tests via