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

Re: Segfault in 1.6.4: svn_wc_remove_from_revision_control

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Tue, 22 Dec 2009 17:58:22 +0000

Nicolas Dumazet <nicdumz_at_gmail.com> writes:

> svn rm --keep-local unit_definition_interaction_workflow # shabam

$ svn --version | grep ^svn
svn, version 1.6.4 (r38063)
$ svn rm --keep-local foo/unit_definition_interaction_workflow
Segmentation fault

Seems to be fixed on the 1.6 branch:

$ subversion/svn/svn --version | grep ^svn
svn, version 1.6.7 (dev build)
$ subversion/svn/svn rm --keep-local foo/unit_definition_interaction_workflow
D foo/unit_definition_interaction_workflow
$

-- 
Philip
Received on 2009-12-22 18:59:01 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.