[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: Eric Gillespie <epg_at_pretzelnet.org>
Date: 2007-09-13 00:49:51 CEST

Philip Martin <philip@codematters.co.uk> writes:

> #!/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 mkdir $REPO/branch/dir1/dir2
> $svnmucc rm $REPO/branch cp 2 $REPO/trunk $REPO/branch mkdir $REPO/branch/dir1/dir2

Change that to this and it fails exactly the same was as my
Python script, and starts succeeding with my patch to neon.

0 cmdline% cat test.sh
#!/bin/sh
svnmucc="../../../contrib/client-side/svnmucc/svnmucc --username jrandom --password rayjandom -mm"
base_url=http://localhost:7818
REPO=$base_url/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 -vq $REPO
0 cmdline% sh test.sh
r1 committed by jrandom at 2007-09-12T22:47:22.692032Z
r2 committed by jrandom at 2007-09-12T22:47:22.810216Z
r3 committed by jrandom at 2007-09-12T22:47:22.916317Z
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:46:22 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.