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

svn rm empty-dir fails

From: Rene Rebe <rene.rebe_at_gmx.net>
Date: 2003-08-23 01:47:04 CEST

Hi,

svn rm now-empty-dir

fails with:

Deleting now-empty-dir
svn: Item is out-of-date.
svn: Commit failed (details follow):
svn:
Item '/now-empty-dir' is out of date.

svn: Your commit message was left in a temporary file:
svn: '/tmp/scratch/svn-commit.tmp'

### Way to reproduce ###

svn mkdir A
svn mkdir B
svn commit -m "inital dir layout"
touch A/test
svn add A/test
svn commit -m "the initial file"
svn mv A/test B/
svn commit -m "the move breaking some mod-time?"
svn rm A
svn commit -m "fails"

Deleting A
svn: Item is out-of-date.
svn: Commit failed (details follow):
svn:
Item '/A' is out of date.

svn: Your commit message was left in a temporary file:
svn: '/tmp/scratch/svn-commit.tmp'

svn, version 0.26.0 (r6550)
   compiled Aug 14 2003, 16:11:59
Linux version 2.4.21-benh2-rock (root@idefix) (gcc version 3.2.3) #1 Mon Aug 4 03:13:17 CEST 2003

The server is Linux, too (but x86). Client FS is ReiserFS (if this
makes a timeing difference ...)

Sincerely yours,
  René Rebe
    - ROCK Linux stable release maintainer

--
René Rebe - Europe/Germany/Berlin
  rene@rocklinux.org rene.rebe@gmx.net
http://www.rocklinux.org http://www.rocklinux.net/people/rene
http://gsmp.tfh-berlin.de/gsmp http://gsmp.tfh-berlin.de/rene

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Aug 23 01:46:10 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.