[Dspace-tech] Question about Item Mapping

2010-11-04 Thread George Stanley Kozak
Hi... I have a collection that I am creating in which I am batch loading about 1500 PDFs. The owner of these PDFs would like them to appear as well in another collection...so, using the process that I have used in the past, after I load these PDFs I am going to go to the other collection,

Re: [Dspace-tech] Question about Item Mapping

2010-11-04 Thread Claudia Jürgen
Hello George, if the two collection are identical, i.e. it's just one collection appearing in 2 communities you can map the entire collection on db level (usual warning about db backup and make sure you know what you are doing): insert into community2collection (id,community_id,collection_id)

Re: [Dspace-tech] Question about Item Mapping

2010-11-04 Thread George Stanley Kozak
[mailto:claudia.juer...@ub.tu-dortmund.de] Sent: Thursday, November 04, 2010 9:54 AM To: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Question about Item Mapping Hello George, if the two collection are identical, i.e. it's just one collection appearing in 2 communities you can map