Bug 486835 - "Inappropriate resource state" exception while adding replaced but not yet added folder to source control
Summary: "Inappropriate resource state" exception while adding replaced but not yet ad...
Status: RESOLVED FIXED
Alias: None
Product: Subversive
Classification: Technology
Component: Core (show other bugs)
Version: 3.0.3   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 4.6.0   Edit
Assignee: Alexander Gurov CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 486496
Blocks:
  Show dependency tree
 
Reported: 2016-01-29 10:23 EST by Alexander Gurov CLA
Modified: 2016-01-29 10:25 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Gurov CLA 2016-01-29 10:23:55 EST
The case is described in the bug #486496.
If you try to add to source control a replaced but not yet added folder, it throws exception about inappropriate resource status. The reason - it tries to set properties to the underlying and already deleted resource (which is a child to the deleted folder). So, anyway, the AddToSVNWithPropertiesOperation should avoid processing inaccessible resources.
Comment 1 Alexander Gurov CLA 2016-01-29 10:25:28 EST
Fixed.