Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-vcm-dev] Disallow deleting .project?

Just a quick poll... I'm considering making it impossible to delete the
.project file via Core API.  Basically, calling delete on the file would
throw a CoreException explaining that deleting the file isn't permitted.
You would of course still be allowed to delete it when the project is being
deleted.

Would this in any way hinder the work that team providers do when loading
changes to this file?  I would assume you just call setContents, rather
than delete followed by create.



Back to the top