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

Re: Inifinte loop in libsvn_repos/reporter.c:get_from_path_map

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-09-26 03:42:45 CEST

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

> I can trigger it over ra_local, in which case the client loops, and
> over ra_dav, in which case the server loops.

Like this

rm -rf /tmp/repo wc
svnadmin create /tmp/repo
svn mkdir file:///tmp/repo/trunk
svn mkdir file:///tmp/repo/trunk/bar
svn mkdir file:///tmp/repo/trunk/baz
svn co file:///tmp/repo/trunk wc
#svn co http://localhost:8888/tmp/repo/trunk wc
echo zig >> wc/bar/zig.c
svn add wc/bar/zig.c
echo zag >> wc/baz/zag.c
svn add wc/baz/zag.c
svn ci wc
svn up wc
svn mkdir file:///tmp/repo/branches
svn cp file:///tmp/repo/trunk file:///tmp/repo/branches/b1
svn switch file:///tmp/repo/branches/b1/bar/zig.c wc/bar/zig.c
#svn switch http://localhost:8888/tmp/repo/branches/b1/bar/zig.c wc/bar/zig.c
echo zig2 >> wc/bar/zig.c
echo zag2 >> wc/baz/zag.c
svn ci wc/bar/zig.c
svn ci wc/baz/zag.c
svn up wc

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 26 03:43:25 2002

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.