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

Re: BUG with complex branching, only over neon and serf

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2007-09-13 00:42:51 CEST

Eric Gillespie <epg@pretzelnet.org> writes:

> You must create branch/dir1/dir2 as a file to trigger the bug.
> Now that you've shown the way, I'll see about getting an svnmucc
> recipe; that should be easier for most folks to work with, I'm sure.

OK, that does trigger a bug:

#!/bin/sh
svnmucc="../../../contrib/client-side/svnmucc/svnmucc --username jrandom --password rayjandom -mm"
REPO=http://localhost:23510/svn-test-work/repositories/repo
rm -rf svn-test-work/repositories/repo
svnadmin create svn-test-work/repositories/repo
$svnmucc mkdir $REPO/trunk mkdir $REPO/trunk/dir1 mkdir $REPO/trunk/dir1/dir2
$svnmucc rm $REPO/trunk/dir1/dir2
$svnmucc cp 2 $REPO/trunk $REPO/branch put /dev/null $REPO/branch/dir1/dir2
$svnmucc rm $REPO/branch cp 2 $REPO/trunk $REPO/branch put /dev/null $REPO/branch/dir1/dir2
svn --username jrandom --password rayjandom log -v $REPO

Gives the error:

../src/subversion/libsvn_ra_neon/commit.c:1005: (apr_err=175005)
svnmucc: File '/svn-test-work/repositories/repo/branch/dir1/dir2' already exists

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 13 00:39:23 2007

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.