Hi all, I made a change in SVN I think I ought to make everyone aware of.
To create new collections, there is a CREATE command in the store. CREATE is supposed to be quite smart, in that "CREATE /something/that/doesnt/exist" will create every collection needed to hold the new collection. However, although that mostly worked, it wasn't getting the internal data about the guid of the parent collection right - this resulted in other commands failing later, like REMOVE. I've fixed the bug in CREATE, but also updated the REPAIR command to fix the internal data of store objects that don't have the correct parent guid set. If you have Bongo stores that you use on an ongoing basis, you will probably want to run REPAIR against it at some point soon. I'm going to add this command to bongo-storetool too, I'll give everyone a heads up when that lands because that would be the easy way to do this :) Thanks Alex. -- This message was scanned by Better Hosted and is believed to be clean. http://www.betterhosted.com _______________________________________________ Bongo-devel mailing list [email protected] https://mail.gna.org/listinfo/bongo-devel
