Re: HEAD svnserve broken with 1.6 client

2011-02-14 Thread Daniel Shahaf
Philip Martin wrote on Fri, Feb 11, 2011 at 14:49:59 +: > The HEAD svnserve crashes when used with a 1.6 client: > > svnadmin create repo > printf "[global]\nanon-access=write\n" > repo/conf/svnserve.conf > svn mkdir -mm file://`pwd`/repo/A > svnserve -dr.

HEAD svnserve broken with 1.6 client

2011-02-11 Thread Philip Martin
The HEAD svnserve crashes when used with a 1.6 client: svnadmin create repo printf "[global]\nanon-access=write\n" > repo/conf/svnserve.conf svn mkdir -mm file://`pwd`/repo/A svnserve -dr. # 1.7 server svn cp -mm svn://localhost/repo/A svn://localhost/re