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

Bug in load --parent-dir (testcase)

From: devik <devik_at_cdi.cz>
Date: 2003-07-11 12:06:50 CEST

Hello,

I use 0.24.2. Commands in file below trigger a bug:

------->8--
#!/bin/sh

R="/tmp/repox"
RP="file://$R"

rm -rf $R
svnadmin create $R
svn -m msg mkdir $RP/a
svn -m msg cp $RP/a $RP/b
svnadmin dump $R > /tmp/dump

rm -rf $R
svnadmin create $R
svn -m msg mkdir $RP/c
svnadmin load --parent-dir c $R < /tmp/dump
-------->8---

The last command fails with:
<<< Started new txn, based on original revision 1
     * adding path : c/a ... done.

------- Committed new rev 2 (loaded from original rev 1) >>>

<<< Started new txn, based on original revision 2
     * adding path : c/b ...subversion/libsvn_fs/tree.c:192:
(apr_err=160013)
svn: Filesystem has no item
svn: file not found: revision `2', path `/a'

-------------------------------
    Martin Devera aka devik
Linux kernel QoS/HTB maintainer
  http://luxik.cdi.cz/~devik/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 11 12:08:01 2003

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.