Re: Need help with Makefile.svn

2011-03-19 Thread Vignesh Srinivasan
For a newbie like me the script is very helpful. I was unsuccessful using the standard way, now I am going through the Makefile.svn script to understand what I missed in the standard way of setting up the environment. -vignesh On Sunday, March 20, 2011, Stephen Butler wrote: > > On Mar 19, 2011,

Re: Need help with Makefile.svn

2011-03-19 Thread Vignesh Srinivasan
For a newbie like me the script is very helpful. I was unsuccessful using the standard way, now I am going through the Makefile.svn script to understand what I missed in the standard way of setting up the environment. -vignesh On Sunday, March 20, 2011, Stephen Butler wrote: > > On Mar 19, 2011,

Re: Need help with Makefile.svn

2011-03-19 Thread Stephen Butler
On Mar 19, 2011, at 19:58 , Greg Stein wrote: > I think people should be using our standard, supported stuff rather than > Makefile.svn. Makefile.svn does use the standard stuff. Along with building dependencies, it runs Subversion's autogen.sh, configure script, and a few dozen Subversion- Mak

Re: Need help with Makefile.svn

2011-03-19 Thread Greg Stein
I think people should be using our standard, supported stuff rather than Makefile.svn. if there is a problem with the std stuff, then we should fix it. My understanding of Makefile.svn was that Stefan merely checked it in, rather than intending it to become recommended in any way. Cheers, -g On M

Re: Need help with Makefile.svn

2011-03-19 Thread Vignesh Srinivasan
I installed swig, did a nuke and rebuild. Now the build is complete. *vignesh@vignesh-laptop:/prefix/svn-trunk/bin$ ./svn --version* *svn, version 1.7.0 (dev build)* * compiled Mar 19 2011, 22:09:16* Appreciate your help and quick replies. Thanks a ton -vignesh On Sat, Mar 19, 2011 at 9:2

Re: Need help with Makefile.svn

2011-03-19 Thread Daniel Shahaf
Daniel Shahaf wrote on Sat, Mar 19, 2011 at 17:33:23 +0200: > Stefan Sperling wrote on Sat, Mar 19, 2011 at 13:56:45 +0100: > > On Sat, Mar 19, 2011 at 06:13:37PM +0530, Vignesh Srinivasan wrote: > > > Hi > > > > > > I am newbie to subversion development trying to learn and contribute to > > > th

Re: Need help with Makefile.svn

2011-03-19 Thread Daniel Shahaf
Stefan Sperling wrote on Sat, Mar 19, 2011 at 13:56:45 +0100: > On Sat, Mar 19, 2011 at 06:13:37PM +0530, Vignesh Srinivasan wrote: > > Hi > > > > I am newbie to subversion development trying to learn and contribute to the > > community. Sorry if this is numb question. > > > > I am trying to setu

Re: Need help with Makefile.svn

2011-03-19 Thread Stefan Sperling
On Sat, Mar 19, 2011 at 06:13:37PM +0530, Vignesh Srinivasan wrote: > Hi > > I am newbie to subversion development trying to learn and contribute to the > community. Sorry if this is numb question. > > I am trying to setup the development environment using Makefile.svn and I am > stuck with the b

Need help with Makefile.svn

2011-03-19 Thread Vignesh Srinivasan
Hi I am newbie to subversion development trying to learn and contribute to the community. Sorry if this is numb question. I am trying to setup the development environment using Makefile.svn and I am stuck with the bellow error. Could someone help me in proceeding further? if [ "none" = "none" ];