Date: Sat, 3 Dec 2005 00:04:23 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [UnixOS2_Archive] No. 658 ************************************************** Friday 02 December 2005 Number 658 ************************************************** Subjects for today 1 Subversion : dave bamford 2 Re: Subversion : Steven Levine" 3 Re: Subversion : Dave Bamford 4 Re: Subversion : Franz Bakan" **= Email 1 ==========================** Date: Thu, 01 Dec 2005 15:53:51 +0000 From: dave bamford Subject: Subversion Has anyone had a go at porting subversion, from the web site I got this Subversion is written in ANSI C and uses APR, the Apache Portable Runtime library, as a portability layer. Dave Bamford **= Email 2 ==========================** Date: Thu, 01 Dec 2005 11:40:32 -0800 From: "Steven Levine" Subject: Re: Subversion In <438F1C8F.80709 at logical-progress.com>, on 12/01/05 at 03:53 PM, dave bamford said: >Has anyone had a go at porting subversion, from the web site I got this >Subversion is written in ANSI C and uses APR, the Apache Portable >Runtime library, as a portability layer. Google for subversion os/2 and see for yourself. :-) Steven -- ---------------------------------------------------------------------- "Steven Levine" MR2/ICE 2.67 #10183 Warp4.something/14.100c_W4 www.scoug.com irc.fyrelizard.com #scoug (Wed 7pm PST) ---------------------------------------------------------------------- **= Email 3 ==========================** Date: Thu, 01 Dec 2005 21:31:32 +0000 From: Dave Bamford Subject: Re: Subversion Steven Levine wrote: >In <438F1C8F.80709 at logical-progress.com>, on 12/01/05 > at 03:53 PM, dave bamford said: > > > >>Has anyone had a go at porting subversion, from the web site I got this >>Subversion is written in ANSI C and uses APR, the Apache Portable >>Runtime library, as a portability layer. >> >> > >Google for > > subversion os/2 > >and see for yourself. :-) > >Steven > > > Should have looked before I leapt. Got it, downloaded it, run it and used it. Seems to work well My problem is now that the autogenerated makefiles have a construct that is not understood by the make I am using 3.76.1 it has a -D switch to pass a dependancy to sub make files (RELEASE or DEBUG) so I have to edit all the Makefiles to make it work. Dave. **= Email 4 ==========================** Date: Thu, 01 Dec 2005 22:58:30 +0100 (CET) From: "Franz Bakan" Subject: Re: Subversion On Thu, 01 Dec 2005 21:31:32 +0000, Dave Bamford wrote: > My problem is now that the autogenerated makefiles have a construct that > is not > understood by the make I am using 3.76.1 > it has a -D switch to pass a dependancy to sub make files (RELEASE or DEBUG) > so I have to edit all the Makefiles to make it work. or you might try to change to a newer make version: http://unix.os2site.com/sw/pub/source/make/make-3.81beta3-r2.zip Franz