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

RE: Re: Problem deleting file, then parent directory

From: Richard Biffl <tigris_at_blacklettersoftware.com>
Date: Sun, 8 Aug 2010 14:02:49 -0700 (PDT)

> I agree this seems wrong. Can you reproduce this with the command line
> client? If so you need to submit this to the subversion users list.

OK, Simon, I sent the subversion users list the following reproducible (from the Windows client):

[start with empty repository \svn\repo1]
$ svn checkout file:///svn/repo1 work1
$ mkdir work1\dir1
$ echo blah > work1\dir1\file1
$ echo blah > work1\dir1\file2
$ svn add work1\dir1
$ svn commit work1 -m "Created directory with 2 files."
$ svn delete work1\dir1\file1
$ svn commit work1 -m "Deleted dir1\file1."
$ svn delete \work1\dir1
$ svn commit work1 -m "Deleted dir1 and dir1\file2."
Deleting \work1\dir1
svn: Commit failed (details follow):
svn: Directory '/dir1' is out of date

  Richard

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2644300

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-08-08 23:02:57 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.