[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

HEAD svnserve broken with 1.6 client

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 11 Feb 2011 14:49:59 +0000

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/repo/B # 1.6 client

The server crashes in vparse_tuple called from get_mergeinfo.

-- 
Philip
Received on 2011-02-11 15:50:47 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.