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

Failed commit after renames

From: Blair Zajac <blair_at_orcaware.com>
Date: 2002-06-19 23:08:07 CEST

<aside>
Why is it that every time I add more functionality to svn_load_dir.pl
it finds svn bugs :) This is the third or fourth bug it's identified.
Maybe it should be added to the test suite.
</aside>

The following little recipe derived from svn_load_dir.pl commands fails.
This happens over ra_dav and ra_local.

  svnadmin create repos
  svn co file:///`pwd`/repos -d r
  cd r
  mkdir 1
  touch 1/1
  svn add 1 1/1
  svn ci -F /dev/null
  svn mv 1 2
  svn mv 2/1 2/2
  svn ci -F /dev/null

The last command gives this message

Deleting 1
Adding 2
Deleting 2/1
Adding 2/2

svn_error: #21066 : <Filesystem has no item>
  Commit failed (details follow):

svn_error: #21066 : <Filesystem has no item>
  file not found: revision `1', path `/2/1'

Best,
Blair

-- 
Blair Zajac <blair@orcaware.com>
Web and OS performance plots - http://www.orcaware.com/orca/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 19 23:09:17 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.