Hi Karen,

there is a patch in the patch queue for moving collections, see
http://sourceforge.net/tracker/index.php?func=detail&aid=1741872&group_id=19984&atid=319984
or http://tinyurl.com/5r8yjl
I have not tested it yet.

You might also move the collections on db-level.
Make sure you got a dump before you lay hands on the db.


update community2collection set community_id=NewCommunityID where
community_id=OldCommunityID and collection_id=CollectionID;

Here is an example:

You want to move the Collection with the ID 34 from the Community ID 3 to
Community ID 7.

update community2collection set community_id=7 where community_id=3 and
collection_id=34;

Then you got to run /dspace/bin/index-all or index-update (depends on the
version you are using).

Hope that helps

Claudia



> Hi,
>
> After five years or so of running DSpace, we are considering
> reorganizing the hierarchy and structure of our DSpace install. I've
> been using the dsrun CommunityFiliator commands to rearrange communities
> and subcommunities. I would also like to move quite a few collections to
> different communities. Is there a way to do this?
>
> Thanks!
>
> Best,
> Karen
>
> --
> Karen Estlund
> Digital Collections Coordinator
> Knight Library, University of Oregon
> tel: 541-346-1854
> email: [EMAIL PROTECTED]
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to