From: Kouhei Sutou Date: 2005-04-09T11:11:54+09:00 Subject: Re: Accessing SVN through Ruby In <599af4e2050408185858f808c@mail.gmail.com> "Re: Accessing SVN through Ruby" on Sat, 9 Apr 2005 10:59:01 +0900, Bob Aman wrote: > > Try the following sequence: > > > > % svn co http://svn.collab.net/repos/svn/trunk svn > > % cd svn > > % ./autogen.sh > > # or > > # % env AUTOCONF=autoconf259 \ > > # AUTOHEADER=autoheader259 \ > > # LIBTOOL_M4=/usr/local/share/aclocal/libtool15.m4 \ > > # ./autogen.sh > > # (If you are working on FreeBSD.) > > % ./configure > > # or > > # % ./configure \ > > # --with-apr=/usr/local/lib/apache2 \ > > # --with-apr-util=/usr/local/lib/apache2 > > # (If you are working on FreeBSD.) > > % make check-swig-rb > > % sudo make install-swig-rb # if you pass all test. > > I'm on Windows at home, and I don't think TextDrive (only FreedBSD > machine I have access to) would be keen on me doing this. I don't > suppose I could get info on how to do this for Windows? I'm sorry for my poor English skill, but I can't understand what you want to say. Please try the sequence on Windows and show me the output of it. -- kou