[Dspace-tech] One Bitstream in Multiple DSpace Items?

2010-04-27 Thread pennington
I know that there are plenty of different reasons not to do this (redundant metadata being only one), and you can probably do this better with the XMLUI interface, but does anyone know if it is possible to have a single bitstream referenced by multiple DSpace items, located in different

Re: [Dspace-tech] One Bitstream in Multiple DSpace Items?

2010-04-27 Thread Allen Lam
Hi Stacy, Yes, it is perfectly possible. You have to work directly on the database. You need to insert a row in item2bundle table, marking down the bundle_id (containing the bitstream) and the item_id (of the extra item that you want to have the same bitstream). Cheers, Allen Lam. HKU Hub