[PHP-DEV] Cannot build ext/intl on Fedora 15

2011-08-27 Thread Sebastian Bergmann
Any idea what is going wrong here? /usr/bin/ld: ext/intl/msgformat/msgformat_helpers.o: undefined reference to symbol '__gxx_personality_v0@@CXXABI_1.3' /usr/bin/ld: note: '__gxx_personality_v0@@CXXABI_1.3' is defined in DSO /usr/lib64/libstdc++.so.6 so try adding it to the linker

Re: [PHP-DEV] [VOTE] Choosing a distributed version control system for PHP

2011-08-27 Thread Richard Quadling
On 26 August 2011 08:48, dukeofgaming dukeofgam...@gmail.com wrote: Having current SVN-only contributors learn it might going to be quite a challenge. That's me. And I am VERY used to TortoiseSVN - a visual tool integrated into Windows Explorer (not IE, but the filesystem exploring tool for

Re: [PHP-DEV] [VOTE] Choosing a distributed version control system for PHP

2011-08-27 Thread Pierre Joye
there is the same for git. Even most IDEs have plugin for git support these days. Lack of GUI is definitively not an argument. On Sat, Aug 27, 2011 at 12:47 PM, Richard Quadling rquadl...@gmail.com wrote: On 26 August 2011 08:48, dukeofgaming dukeofgam...@gmail.com wrote: Having current

Re: [PHP-DEV] [VOTE] Choosing a distributed version control system for PHP

2011-08-27 Thread Ferenc Kovacs
On Sat, Aug 27, 2011 at 12:47 PM, Richard Quadling rquadl...@gmail.com wrote: On 26 August 2011 08:48, dukeofgaming dukeofgam...@gmail.com wrote: Having current SVN-only contributors learn it might going to be quite a challenge. That's me. And I am VERY used to TortoiseSVN - a visual tool

Re: [PHP-DEV] [VOTE] Choosing a distributed version control system for PHP

2011-08-27 Thread Lester Caine
Richard Quadling wrote: Having current SVN-only contributors learn it might going to be quite a challenge. That's me. And I am VERY used to TortoiseSVN - a visual tool integrated into Windows Explorer (not IE, but the filesystem exploring tool for Windows). I really don't want to have to work

Re: [PHP-DEV] [VOTE] Choosing a distributed version control system for PHP

2011-08-27 Thread Richard Riley
Lester Caine les...@lsces.co.uk writes: Richard Quadling wrote: Having current SVN-only contributors learn it might going to be quite a challenge. That's me. And I am VERY used to TortoiseSVN - a visual tool integrated into Windows Explorer (not IE, but the filesystem exploring tool for

Re: [PHP-DEV] [VOTE] Choosing a distributed version control system for PHP

2011-08-27 Thread Ferenc Kovacs
I use CVS and SVN directly from Eclipse and I know exactly where you are coming from. Currently this all runs transparently on all platforms and many of the 'reasons' given for wanting to change are already supported by additional tools _in_ Eclipse. http://eclipse.org/egit/

Re: [PHP-DEV] [VOTE] Choosing a distributed version control system for PHP

2011-08-27 Thread Logan Bailey
There are several decent GUI's for git on the Mac side of things; Github has even released their own guy. http://www.git-tower.com/ http://mac.github.com/ http://gitx.frim.nl/ Git tower can be quirky, but you get used to it and the quirks make sense. I haven't really heard much about mac github.

Re: [PHP-DEV] [VOTE] Choosing a distributed version control system for PHP

2011-08-27 Thread Kiall Mac Innes
See inline. Kiall Sent from a mobile - sorry for being short! On Aug 27, 2011 5:22 p.m., Lester Caine les...@lsces.co.uk wrote: Richard Quadling wrote: Having current SVN-only contributors learn it might going to be quite a challenge. That's me. And I am VERY used to TortoiseSVN - a

Re: [PHP-DEV] [VOTE] Choosing a distributed version control system for PHP

2011-08-27 Thread Lester Caine
Ferenc Kovacs wrote: I use CVS and SVN directly from Eclipse and I know exactly where you are coming from. Currently this all runs transparently on all platforms and many of the 'reasons' given for wanting to change are already supported by additional tools _in_ Eclipse.