bzr-svn on mac
Guillermo Gonzalez
guillo.gonzo at gmail.com
Fri Jul 27 05:09:10 BST 2007
Erik Bågfors wrote:
> Does anyone have instructions on getting bzr-svn working on mac? I've
> tried using some macports to get all prereqs, but failed.
>
>
> With bzr-rebase I think bzr-svn will be great, if it can handle larger
> repos. This is the main reason I want to test it.
>
> Regards,
> Erik
Hi!
I recenly intalled bzr-svn on my ibook.
I follow (almost) the same build procedure as Neil, but in step 3:
Download and apply the patch, then:
3.1. clean $PATH (macport/fink/others)
3.2. # this is only for ppc, add x86/i386 or whatever for Mac Intel
export CFLAGS="-O -g -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch ppc";
export LDFLAGS="-arch ppc"
3.3. ./autogen.sh --release
3.4.
GXX=yes ./configure \
--with-berkeley-db=/usr/local/BerkeleyDB.4.3/ \
--enable-swig-bindings=python \
--with-swig=/usr/local/swig-1.3.25/bin/swig \
--prefix=/usr/local/svn-1.4.3 \
--enable-javahl \
--disable-distcc \
--with-python=/usr/local/bin/python2.5 \
PYTHON=/usr/local/bin/python2.5
3.5. make all swig-py
3.6. make install install-swig-py
Regards,
PD: If you encounter any problems, I can make a tarball of
Berkeley+swig+svn (but you should install it in the same locations, I don't
even know if this could work)
--
Guillermo Gonzalez
JID: ggonzalez -AT- jabber -DOT- org
Linux User #385261
More information about the bazaar
mailing list