Re: [Dspace-tech] Question about moving a collection from one community to another

2013-06-17 Thread Terry Brady
Claudia, Thank you for your advice on this question. Would it be sufficient to run index-update rather than index-init after updating the community2collection table? I would like to permit my users to run this command without halting the application server. It is my understanding that

Re: [Dspace-tech] Question about moving a collection from one community to another

2013-06-17 Thread helix84
On Mon, Jun 17, 2013 at 3:38 PM, Terry Brady tw...@georgetown.edu wrote: Would it be sufficient to run index-update rather than index-init after updating the community2collection table? Hi Terry, I don't think you need to update the Lucene index at all, because you didn't actually change any

Re: [Dspace-tech] Question about moving a collection from one community to another

2013-06-17 Thread helix84
On Mon, Jun 17, 2013 at 4:01 PM, helix84 heli...@centrum.sk wrote: On Mon, Jun 17, 2013 at 3:38 PM, Terry Brady tw...@georgetown.edu wrote: Would it be sufficient to run index-update rather than index-init after updating the community2collection table? Hi Terry, I don't think you need to

Re: [Dspace-tech] Question about moving a collection from one community to another

2013-06-17 Thread Terry Brady
Thank you for the additional suggestions. Based on some quick testing, it appears that I do need to run both index-init and update-discovery-index -f to capture the changes. Terry On Mon, Jun 17, 2013 at 10:16 AM, helix84 heli...@centrum.sk wrote: On Mon, Jun 17, 2013 at 4:01 PM, helix84

Re: [Dspace-tech] Question about moving a collection from one community to another

2013-06-14 Thread helix84
On Thu, Jun 13, 2013 at 10:42 PM, Terry Brady tw...@georgetown.edu wrote: Aside from running my own SQL, is there an existing tool to accomplish such a relationship? Hi Terry, I'd look into using AIP import/export of a whole subtree. I know, it's more invasive than flipping a pointer somewhere

Re: [Dspace-tech] Question about moving a collection from one community to another

2013-06-14 Thread Terry Brady
Thanks to all of you for the feedback. This is very helpful. I have done a little bit of experimentation with the DSpace export functionality, and I had the impression that I might lose some hierarchical information in the process. I am encouraged to hear that that information can be preserved

Re: [Dspace-tech] Question about moving a collection from one community to another

2013-06-14 Thread Benjamin Ryan
%3abenjamin.ryan%40manchester.ac.uk -- From: Terry Brady [mailto:tw...@georgetown.edu] Sent: 14 June 2013 14:22 To: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Question about moving a collection from one community

Re: [Dspace-tech] Question about moving a collection from one community to another

2013-06-14 Thread Claudia Jürgen
Hello Terry, then you got to fallback to manipulating the database directly (usually warning about backup etc.) If e.g. you want to move the collection with id 34 from community id 1 to community id 7 you got to run: update community2collection set community_id=7 where community_id=1 and

Re: [Dspace-tech] Question about moving a collection from one community to another

2013-06-13 Thread Mark Ehle
Use the community-filiator tool. Take a look: https://wiki.duraspace.org/display/DSDOC18/Managing+Community+Hierarchy Hope this helps! Mark On Thu, Jun 13, 2013 at 4:42 PM, Terry Brady tw...@georgetown.edu wrote: I see that I am able to move a subcommunity to another community using the

Re: [Dspace-tech] Question about moving a collection from one community to another

2013-06-13 Thread Mark Ehle
Oh. Sorry. On Thu, Jun 13, 2013 at 7:25 PM, Andrea Schweer schw...@waikato.ac.nzwrote: Hi, On 14/06/13 11:06, Mark Ehle wrote: Use the community-filiator tool. Take a look: https://wiki.duraspace.org/display/DSDOC18/Managing+Community+Hierarchy On Thu, Jun 13, 2013 at 4:42 PM, Terry