On Sun, Sep 23, 2012 at 09:58:53PM +0100, Frank NJ. wrote: > How do i download the commit to test the fix please? > > Never done it before.
We use the git program for development, so the canonical way is to install git, then clone the master repo. On a Unix command line, one would do: git clone git://bucardo.org/bucardo.git/ This should create a directory named 'bucardo', which will have the latest changes inside of it. To update this repository at any point, change to the bucardo directory and run: git pull On the other hand, if you don't want to install git and bother with all that, you can pull a tarball I just created here: http://bucardo.org/Bucardo-4.99.5.tar.gz Or to make it real easy, you can grab the changed Bucardo.pm here: http://bucardo.org/Bucardo.pm I won't leave those links there forever, so anyone reading this message in the archives, do not expect to find them there. :) -- Greg Sabino Mullane [email protected] End Point Corporation PGP Key: 0x14964AC8
pgpWrQ4fBgRH5.pgp
Description: PGP signature
_______________________________________________ Bucardo-general mailing list [email protected] https://mail.endcrypt.com/mailman/listinfo/bucardo-general
