Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 328579 - Commit fails when deleting an empty directory
Summary: Commit fails when deleting an empty directory
Status: RESOLVED INVALID
Alias: None
Product: Subversive
Classification: Technology
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Igor Burilo CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-25 05:15 EDT by Felix H. Dahlke CLA
Modified: 2010-10-30 02:38 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Felix H. Dahlke CLA 2010-10-25 05:15:01 EDT
Build Identifier: 20100218-1602

When deleting an empty directory, the commit fails with the following message:

svn: Commit failed (details follow):
svn: Directory '/subversion-experiments/dir' is out of date

Reproducible: Always

Steps to Reproduce:
1. Add a directory containing a file to the repository.
2. Delete the file, commit (the directory is now empty).
3. Delete the directory, commit (error message).
Comment 1 Alexander Gurov CLA 2010-10-30 02:38:48 EDT
This is because parent directory have some incoming changes (probably just revision change). So, before performing commit just use update over the parent folder.