On Monday 09 December 2002 07:58, Wallmer, Martin wrote: > if you don't have PROPPATCHed additional properties, just > configure a JDBCStore beside your filestore and copy with > FileManager.
I added/changed properties :-(. Also I want to keep properties like ownership, ACLs and lastmodified date. Currently I am not using versioning, but in future I may also need to keep versioning information, when cloning the store. I guess, we will have to write a tool for this. I am surprised, nobody had the problem before. My implementation would look like this: - Define two namespaces "old" and "new". The old namespace uses the existing store, while the new store is the target. - Modify org.apache.slide.util.MacroImpl:copy to handle two namespaces. - Copy old to new - Drop old and rename new to old. Does this sound reasonable? Martin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
