Seg fault when committing 'forks' with svn 1.8.1 client

2013-08-22 Thread Stephane Odul
I have a project that I need to fork (in the same repo): $ svn cp foo bar $ svn rm bar/trunk/some_dir $ svn rm bar/trunk/some_file $ emacs bart/trunk/other_files $ svn ci Segmentation fault: 11 I use the 1.8.1 client from macports: $ svn --version svn, version 1.8.1 (r1503906) compiled Aug 13

Re: Seg fault when committing 'forks' with svn 1.8.1 client

2013-08-23 Thread Stephane Odul
Thanks for the quick replies. Looking forward to svn 1.8.3. On Aug 23, 2013, at 11:56 AM, Ben Reser wrote: > On Fri Aug 23 01:36:55 2013, Philip Martin wrote: >> Stephane Odul writes: >> >>> I have a project that I need to fork (in the same repo): >>> $ svn