Hello,

the community filiator relates to sub-community management, see
8.9. Sub-Community Management of the DSpace System Documentation.
It does not handle collection-community relations.

You can move a collection on db level (usual warning about backup etc.) 
with the following sql command:
update community2collection set community_id=NewCommunityID where 
community_id=OldCommunityID and collection_id=CollectionID;
The run [dspace]/bin/dspace -index-update.

Hope that helps

Claudia Jürgen


Am 31.03.2011 09:33, schrieb Webshet, Sisay (ILRI):
> Hi All,
>
>
>
> In dspace 1.6. I want to move a collection(3377) from a community(231)
> to another community(310)
>
> I used a dspace command sudo /home/dspace/bin/dspace community-filiator
> --set --parent=10568/310 --child=10568/3377.
>
>
>
> But Error, child community cannot be found: 10568/3377.
>
>
>
> Can anybody assists me.
>
>
>
> Thanks you
>
> Sisay
>
>
>
>
>
>
>
>
>
> ------------------------------------------------------------------------------
> Create and publish websites with WebMatrix
> Use the most popular FREE web apps or write code yourself;
> WebMatrix provides all the features you need to develop and
> publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
>
>
>
> _______________________________________________
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

-- 
Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de/

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to