Forum OpenACS Development: Re: Fixing File Storage Data Model to support WebDAV and virtual URLs

Hi Dave,

This is great.  I do have some questions:

- do we really need to create a separate content item for the upgrade?  Can't we just rename cr_items.name or maybe just leave it alone for current items?  There might be some html pointing to the old url.

- i have encountered a small issue when I implemented something similar.  which name do you follow?  live, if no live then latest?  Also its kinda weird for example ver1 is myreport.pdf then another person uploads ver2 myreport.doc.  So if someone downloads ver1 its myreport.doc in pdf format.  Well I didn't have a work around on that... hehehe  Or since you treat new file names as a content item, even if the user uploads it as a new version?