[Dspace-tech] About DSpace item registration (from SRB)

2008-03-26 Thread Feng-chien Chung
Dear DSpace community:

I am Feng-chien, computing center of Academia Sinica, Taiwan. We are now
running our DSpace in version 1.4.2 .

Recently, we've just set up a SRB connection for DSpace asset storage
supplement, keeping the original assets in local hard disk and make the new
incoming assets go to SRB.

First I am wondering, is it possible to make SRB purely for backup purpose?
I mean, while achiving a new incoming item in the local file system, save a
replica in SRB at the same time?

And Second, we are going to try the registration function to ingest items
which are already storaged in SRB. But After checking out the DSpace Wiki
DspaceSrbIntegration page (
http://wiki.dspace.org/index.php/DspaceSrbIntegration) and UCSD's work on
DSpace-SRB Integration project (https://libnet.ucsd.edu/nara/), I didn't
find much informatin about the process, configuration...etc., So has anyone
had experience with registering items from SRB into DSpace, or where can I
get more information about this?

Thanks for help~

Feng-chien Chung
Metadata Architecture and application team,
Computing Center of Academia Sinica, Taiwan
e-mail: [EMAIL PROTECTED]
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Congrats! (Was Re: [Dspace-devel] DSpace 1.5)

2008-03-26 Thread Dorothea Salo
On Tue, Mar 25, 2008 at 9:11 PM, Scott Phillips
[EMAIL PROTECTED] wrote:

  Everyone,

  The DSpace community is pleased to announce the release of DSpace 1.5!

Congratulations, dev team! And thank you all for a great new version.

Dorothea

-- 
Dorothea Salo [EMAIL PROTECTED]
Digital Repository Librarian AIM: mindsatuw
University of Wisconsin
Rm 218, Memorial Library
(608) 262-5493

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] About DSpace item registration (from SRB)

2008-03-26 Thread Richard Rodgers
Hi Feng-chien:

With regard to your first question, there is no support in 1.4.2 for
automatic replication or backup to a secondary store. This is certainly
a desirable feature, and it is 'on the radar' for future storage
development.

With regard to the second question, the 'ItemImport' batch ingestion
tool does support 'registration' using a command line switch (-r).
Your best option would be to review the source code before running it,
but also feel free to post any specific questions to this list.

Hope this helps,

Richard R


On Wed, 2008-03-26 at 16:13 +0800, Feng-chien Chung wrote:
 Dear DSpace community:
 
 I am Feng-chien, computing center of Academia Sinica, Taiwan. We are
 now running our DSpace in version 1.4.2 . 
 
 Recently, we've just set up a SRB connection for DSpace asset storage
 supplement, keeping the original assets in local hard disk and make
 the new incoming assets go to SRB.
 
 First I am wondering, is it possible to make SRB purely for backup
 purpose? I mean, while achiving a new incoming item in the local file
 system, save a replica in SRB at the same time?
 
 And Second, we are going to try the registration function to ingest
 items which are already storaged in SRB. But After checking out the
 DSpace Wiki DspaceSrbIntegration page
 (http://wiki.dspace.org/index.php/DspaceSrbIntegration) and UCSD's
 work on DSpace-SRB Integration project
 (https://libnet.ucsd.edu/nara/), I didn't find much informatin about
 the process, configuration...etc., So has anyone had experience with
 registering items from SRB into DSpace, or where can I get more
 information about this?
 
 Thanks for help~
 
 Feng-chien Chung
 Metadata Architecture and application team,
 Computing Center of Academia Sinica, Taiwan
 e-mail: [EMAIL PROTECTED] 
 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
 ___ DSpace-tech mailing list 
 DSpace-tech@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] RES: About DSpace item registration (from SRB)

2008-03-26 Thread Claudia Jürgen
Hi Vitor,

could you give the details on how you run the import (precise command)?

thanks

Claudia


Vitor Hugo Martins schrieb:
 Hi,
 
 I´m trying to import items, all the process is correct, I finish the
 import but the items imported didn´t appear in the Dspace Interface.
 The files in the directory are all correct: the Dublin core, the
 license, the .PDF archive and the contents file.
 
 What´s the problem? What to do to see the new items imported in Dspace
 interface.
 
 Thank you all!!!
 
 
 Vitor H. Martins
 Depto.Computação Científica - FIOCRUZ
 Av. Brasil, 4.365 - Manguinhos - RJ
 Email: [EMAIL PROTECTED] 
 Tels: 3882-9167/3882-9033
 
 
 -Mensagem original-
 De: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Em nome de Richard
 Rodgers
 Enviada em: Wednesday, March 26, 2008 1:42 PM
 Para: Feng-chien Chung
 Cc: DSpace-tech@lists.sourceforge.net
 Assunto: Re: [Dspace-tech] About DSpace item registration (from SRB)
 
 Hi Feng-chien:
 
 With regard to your first question, there is no support in 1.4.2 for
 automatic replication or backup to a secondary store. This is certainly
 a desirable feature, and it is 'on the radar' for future storage
 development.
 
 With regard to the second question, the 'ItemImport' batch ingestion
 tool does support 'registration' using a command line switch (-r).
 Your best option would be to review the source code before running it,
 but also feel free to post any specific questions to this list.
 
 Hope this helps,
 
 Richard R
 
 
 On Wed, 2008-03-26 at 16:13 +0800, Feng-chien Chung wrote:
 Dear DSpace community:

 I am Feng-chien, computing center of Academia Sinica, Taiwan. We are
 now running our DSpace in version 1.4.2 . 

 Recently, we've just set up a SRB connection for DSpace asset storage
 supplement, keeping the original assets in local hard disk and make
 the new incoming assets go to SRB.

 First I am wondering, is it possible to make SRB purely for backup
 purpose? I mean, while achiving a new incoming item in the local file
 system, save a replica in SRB at the same time?

 And Second, we are going to try the registration function to ingest
 items which are already storaged in SRB. But After checking out the
 DSpace Wiki DspaceSrbIntegration page
 (http://wiki.dspace.org/index.php/DspaceSrbIntegration) and UCSD's
 work on DSpace-SRB Integration project
 (https://libnet.ucsd.edu/nara/), I didn't find much informatin about
 the process, configuration...etc., So has anyone had experience with
 registering items from SRB into DSpace, or where can I get more
 information about this?

 Thanks for help~

 Feng-chien Chung
 Metadata Architecture and application team,
 Computing Center of Academia Sinica, Taiwan
 e-mail: [EMAIL PROTECTED] 

 
 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.

 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketp
 lace
 ___ DSpace-tech mailing
 list DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
 
 
 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketp
 lace
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
 
 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Older versions of Dspace?

2008-03-26 Thread James Rutherford
They're all on SourceForge :

http://sourceforge.net/project/showfiles.php?group_id=19984package_id=64285

Jim

On Wed, Mar 26, 2008 at 04:58:06PM +, Maike Dulk wrote:
 Hi
 
 I've been asked to upgrade a Dspace 1.2.1 installation .. and it looks
 like I am going to do that in multiple stages.
 Problem is - I cant find older versions of dspace - anywhere in the
 internet.
 
 Does anyone know if and where they'd be available?
 
 TIA :)
 
 
 --
 Ms. Maike Dulk - Programmer / Analyst
 McPherson Library, University of Victoria
 (t) 250-886-5709 / (e) [EMAIL PROTECTED]
 
 -- Harthon gerithach aeair vilui / I hope you will have kind seas
 
 
 
 
 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

-- 
James Rutherford  |  Hewlett-Packard Limited registered Office:
Research Engineer |  Cain Road,
HP Labs   |  Bracknell,
Bristol, UK   |  Berks
+44 117 312 7066  |  RG12 1HN.
[EMAIL PROTECTED]   |  Registered No: 690597 England

The contents of this message and any attachments to it are confidential
and may be legally privileged. If you have received this message in
error, you should delete it from your system immediately and advise the
sender. To any recipient of this message within HP, unless otherwise
stated you should consider this message and attachments as HP
CONFIDENTIAL.

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Older versions of Dspace?

2008-03-26 Thread Claudia Jürgen
Hi Maike,

you can download the older versions via Sourceforge
http://sourceforge.net/project/showfiles.php?group_id=19984

As for updating we did 1.2.1 - 1.4.1 last year, basically you need to 
adjust prerequisites, update the db schema step by step, adjust your 
local changes and then just build it with the new code. If I can find my 
checklist, I'll send it to you.

cheers

Claudia


Maike Dulk schrieb:
 Hi
 
 I've been asked to upgrade a Dspace 1.2.1 installation .. and it looks  
 like I am going to do that in multiple stages.
 Problem is - I cant find older versions of dspace - anywhere in the  
 internet.
 
 Does anyone know if and where they'd be available?
 
 TIA :)
 
 
 --
 Ms. Maike Dulk - Programmer / Analyst
 McPherson Library, University of Victoria
 (t) 250-886-5709 / (e) [EMAIL PROTECTED]
 
 -- Harthon gerithach aeair vilui / I hope you will have kind seas
 
 
 
 
 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Older versions of Dspace?

2008-03-26 Thread Maike Dulk
thanks Mark and James!

my goodness .. it was just below there on the DL page ...
... just overlooked it

*blush*

thanks again.


On 26-Mar-08, at 10:02 AM, James Rutherford wrote:
 They're all on SourceForge :

 http://sourceforge.net/project/showfiles.php?group_id=19984package_id=64285

 Jim

 On Wed, Mar 26, 2008 at 04:58:06PM +, Maike Dulk wrote:
 Hi

 I've been asked to upgrade a Dspace 1.2.1 installation .. and it  
 looks
 like I am going to do that in multiple stages.
 Problem is - I cant find older versions of dspace - anywhere in the
 internet.

 Does anyone know if and where they'd be available?

 TIA :)


 --
 Ms. Maike Dulk - Programmer / Analyst
 McPherson Library, University of Victoria
 (t) 250-886-5709 / (e) [EMAIL PROTECTED]

 -- Harthon gerithach aeair vilui / I hope you will have kind seas




 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

 -- 
 James Rutherford  |  Hewlett-Packard Limited registered  
 Office:
 Research Engineer |  Cain Road,
 HP Labs   |  Bracknell,
 Bristol, UK   |  Berks
 +44 117 312 7066  |  RG12 1HN.
 [EMAIL PROTECTED]   |  Registered No: 690597 England

 The contents of this message and any attachments to it are  
 confidential
 and may be legally privileged. If you have received this message in
 error, you should delete it from your system immediately and advise  
 the
 sender. To any recipient of this message within HP, unless otherwise
 stated you should consider this message and attachments as HP
 CONFIDENTIAL.


--
Ms. Maike Dulk - Programmer / Analyst
McPherson Library, University of Victoria
(t) 250-886-5709 / (e) [EMAIL PROTECTED]

-- Harthon gerithach aeair vilui / I hope you will have kind seas





-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Older versions of Dspace?

2008-03-26 Thread Scott Phillips

Previously on SourceForge versions older than 2 or 3 releases had been  
tagged as hidden. I corrected that when I put up the 1.5 release  
because it made sense that all stable releases should be public, and  
only old beta  alphas are hidden.

However the previous advice is correct, all you should need to do is  
run each of the SQL upgrade scripts from each version, and then update  
your configuration. In my opinion the best option would be to just  
grab a fresh copy of the configuration files and update your values in  
that instead of trying to add only new parameters step-by-step -  
you're very likely to miss something.

Scott--


On Mar 26, 2008, at 12:32 PM, Maike Dulk wrote:

 thanks Mark and James!

 my goodness .. it was just below there on the DL page ...
 ... just overlooked it

 *blush*

 thanks again.


 On 26-Mar-08, at 10:02 AM, James Rutherford wrote:
 They're all on SourceForge :

 http://sourceforge.net/project/showfiles.php?group_id=19984package_id=64285

 Jim

 On Wed, Mar 26, 2008 at 04:58:06PM +, Maike Dulk wrote:
 Hi

 I've been asked to upgrade a Dspace 1.2.1 installation .. and it
 looks
 like I am going to do that in multiple stages.
 Problem is - I cant find older versions of dspace - anywhere in the
 internet.

 Does anyone know if and where they'd be available?

 TIA :)


 --
 Ms. Maike Dulk - Programmer / Analyst
 McPherson Library, University of Victoria
 (t) 250-886-5709 / (e) [EMAIL PROTECTED]

 -- Harthon gerithach aeair vilui / I hope you will have kind seas




 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

 -- 
 James Rutherford  |  Hewlett-Packard Limited registered
 Office:
 Research Engineer |  Cain Road,
 HP Labs   |  Bracknell,
 Bristol, UK   |  Berks
 +44 117 312 7066  |  RG12 1HN.
 [EMAIL PROTECTED]   |  Registered No: 690597 England

 The contents of this message and any attachments to it are
 confidential
 and may be legally privileged. If you have received this message in
 error, you should delete it from your system immediately and advise
 the
 sender. To any recipient of this message within HP, unless otherwise
 stated you should consider this message and attachments as HP
 CONFIDENTIAL.


 --
 Ms. Maike Dulk - Programmer / Analyst
 McPherson Library, University of Victoria
 (t) 250-886-5709 / (e) [EMAIL PROTECTED]

 -- Harthon gerithach aeair vilui / I hope you will have kind seas





 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] RES: Items not appearing (was Re: RES: About DSpace item registration (from SRB))

2008-03-26 Thread Dorothea Salo
Two options: have the reviewers go to My DSpace and clear the items to
proceed, or redo the import LEAVING OUT the -w parameter.

Dorothea

On Wed, Mar 26, 2008 at 12:25 PM, Vitor Hugo Martins
[EMAIL PROTECTED] wrote:
 Yes, I also put this parameter.


  Vitor H. Martins
  Depto.Computação Científica - FIOCRUZ
  Av. Brasil, 4.365 - Manguinhos - RJ
  Email: [EMAIL PROTECTED]
  Tels: 3882-9167/3882-9033


  -Mensagem original-
  De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Em nome de
  Dorothea Salo
  Enviada em: Wednesday, March 26, 2008 1:35 PM
  Para: Vitor Hugo Martins
  Cc: DSpace-tech@lists.sourceforge.net
  Assunto: Items not appearing (was Re: [Dspace-tech] RES: About DSpace
  item registration (from SRB))



  Did you use the -w flag? That puts the items through the collection's
  workflow steps, if any.

  Dorothea

  On Wed, Mar 26, 2008 at 11:22 AM, Vitor Hugo Martins
  [EMAIL PROTECTED] wrote:
   Hi,
  
I´m trying to import items, all the process is correct, I finish the
import but the items imported didn´t appear in the Dspace Interface.
The files in the directory are all correct: the Dublin core, the
license, the .PDF archive and the contents file.

  --
  Dorothea Salo [EMAIL PROTECTED]
  Digital Repository Librarian AIM: mindsatuw
  University of Wisconsin
  Rm 218, Memorial Library
  (608) 262-5493


  -
  Check out the new SourceForge.net Marketplace.
  It's the best place to buy or sell services for
  just about anything Open Source.
  http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
  ___
  DSpace-tech mailing list
  DSpace-tech@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/dspace-tech




-- 
Dorothea Salo [EMAIL PROTECTED]
Digital Repository Librarian AIM: mindsatuw
University of Wisconsin
Rm 218, Memorial Library
(608) 262-5493
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Older versions of Dspace?

2008-03-26 Thread Maike Dulk
Hi Claudia

that would be much appreciated!
thanks in advance for your time!

I did an update from 1.2.2 to 1.4.2 last year, via to 1.3.2  and  
1.4.1 ... and indeed did the DB updates and JSP local change  
updates .. and all the configuration things.

Is there a way to shortcut this then? Did you do it in one go from  
1.2.1. to 1.4.1?

maike

On 26-Mar-08, at 10:05 AM, Claudia Jürgen wrote:
 Hi Maike,

 you can download the older versions via Sourceforge
 http://sourceforge.net/project/showfiles.php?group_id=19984

 As for updating we did 1.2.1 - 1.4.1 last year, basically you need  
 to adjust prerequisites, update the db schema step by step, adjust  
 your local changes and then just build it with the new code. If I  
 can find my checklist, I'll send it to you.

 cheers

 Claudia


 Maike Dulk schrieb:
 Hi
 I've been asked to upgrade a Dspace 1.2.1 installation .. and it  
 looks  like I am going to do that in multiple stages.
 Problem is - I cant find older versions of dspace - anywhere in  
 the  internet.
 Does anyone know if and where they'd be available?
 TIA :)
 --
 Ms. Maike Dulk - Programmer / Analyst
 McPherson Library, University of Victoria
 (t) 250-886-5709 / (e) [EMAIL PROTECTED]
 -- Harthon gerithach aeair vilui / I hope you will have kind seas
 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
Ms. Maike Dulk - Programmer / Analyst
McPherson Library, University of Victoria
(t) 250-886-5709 / (e) [EMAIL PROTECTED]

-- Harthon gerithach aeair vilui / I hope you will have kind seas





-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Older versions of Dspace?

2008-03-26 Thread Gary Browne
 Ripper, thanks Scott.


Gary Browne
Development Programmer
Library IT Services
University of Sydney
ph: 9351-5946

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Scott
Phillips
Sent: Thursday, 27 March 2008 11:04 AM
To: Gary Browne
Cc: dspace-tech
Subject: Re: [Dspace-tech] Older versions of Dspace?



Each of the major points (1.2, 1.3, 1.4, 1.5) require database schema
changes so you can not skip those. You can skip all the minor points
(1.3.1, 1.3.2, 1.4.1, 1.4.2, etc...) However if you skip those minor
points then you must start with a fresh configuration file set from the
latest version and update it accordingly.

Scott--


On Mar 26, 2008, at 6:47 PM, Gary Browne wrote:


 Hi all

 Sort of related to this thread - I'm currently on 1.4.1 and want to go
 to 1.5.

 Any suggestions of best path? Do I need to upgrade to 1.4.2 first? Or
 best to just install 1.5 and migrate data then run db scripts etc?

 Thank you kindly
 G


 Gary Browne
 Development Programmer
 Library IT Services
 University of Sydney
 ph: 9351-5946

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Maike
 Dulk
 Sent: Thursday, 27 March 2008 10:10 AM
 To: dspace-tech
 Subject: Re: [Dspace-tech] Older versions of Dspace?

 thanks Scott!

 yes, that's how I did it the previous time as well. My only  
 uncertainty
 is which releases are safe to skip ...
 last time I figured out that, going from 1.2.2. to 1.4.1, I could skip
 versions 1.3, 1.3.1 and 1.4

 maike


 On 26-Mar-08, at 11:10 AM, Scott Phillips wrote:
 Previously on SourceForge versions older than 2 or 3 releases had  
 been

 tagged as hidden. I corrected that when I put up the 1.5 release
 because it made sense that all stable releases should be public, and
 only old beta  alphas are hidden.

 However the previous advice is correct, all you should need to do is
 run each of the SQL upgrade scripts from each version, and then  
 update

 your configuration. In my opinion the best option would be to just
 grab a fresh copy of the configuration files and update your values  
 in

 that instead of trying to add only new parameters step-by- step -
 you're very likely to miss something.

 Scott--


 --
 Ms. Maike Dulk - Programmer / Analyst
 McPherson Library, University of Victoria
 (t) 250-886-5709 / (e) [EMAIL PROTECTED]

 -- Harthon gerithach aeair vilui / I hope you will have kind seas







 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for just about anything  
 Open
 Source.

http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketp
 lace
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech



-
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.

http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketp
lace
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketp
lace
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Older versions of Dspace?

2008-03-26 Thread Maike Dulk
thanks!

On 26-Mar-08, at 5:03 PM, Scott Phillips wrote:


 Each of the major points (1.2, 1.3, 1.4, 1.5) require database schema
 changes so you can not skip those. You can skip all the minor points
 (1.3.1, 1.3.2, 1.4.1, 1.4.2, etc...) However if you skip those minor
 points then you must start with a fresh configuration file set from
 the latest version and update it accordingly.

 Scott--


 On Mar 26, 2008, at 6:47 PM, Gary Browne wrote:


 Hi all

 Sort of related to this thread - I'm currently on 1.4.1 and want to  
 go
 to 1.5.

 Any suggestions of best path? Do I need to upgrade to 1.4.2 first? Or
 best to just install 1.5 and migrate data then run db scripts etc?

 Thank you kindly
 G


 Gary Browne
 Development Programmer
 Library IT Services
 University of Sydney
 ph: 9351-5946

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Maike
 Dulk
 Sent: Thursday, 27 March 2008 10:10 AM
 To: dspace-tech
 Subject: Re: [Dspace-tech] Older versions of Dspace?

 thanks Scott!

 yes, that's how I did it the previous time as well. My only
 uncertainty
 is which releases are safe to skip ...
 last time I figured out that, going from 1.2.2. to 1.4.1, I could  
 skip
 versions 1.3, 1.3.1 and 1.4

 maike


 On 26-Mar-08, at 11:10 AM, Scott Phillips wrote:
 Previously on SourceForge versions older than 2 or 3 releases had
 been

 tagged as hidden. I corrected that when I put up the 1.5 release
 because it made sense that all stable releases should be public, and
 only old beta  alphas are hidden.

 However the previous advice is correct, all you should need to do is
 run each of the SQL upgrade scripts from each version, and then
 update

 your configuration. In my opinion the best option would be to just
 grab a fresh copy of the configuration files and update your values
 in

 that instead of trying to add only new parameters step-by- step -
 you're very likely to miss something.

 Scott--


 --
 Ms. Maike Dulk - Programmer / Analyst
 McPherson Library, University of Victoria
 (t) 250-886-5709 / (e) [EMAIL PROTECTED]

 -- Harthon gerithach aeair vilui / I hope you will have kind seas





 
 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for just about anything
 Open
 Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketp
 lace
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
Ms. Maike Dulk - Programmer / Analyst
McPherson Library, University of Victoria
(t) 250-886-5709 / (e) [EMAIL PROTECTED]

-- Harthon gerithach aeair vilui / I hope you will have kind seas





-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Older versions of Dspace?

2008-03-26 Thread Jayan Chirayath Kurian
It would look nice to upgrade to a latest version (1.5) from previous major 
releases (1.3) with the help of a checklist.

Thanks, Jayan

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Claudia Jürgen
Sent: Thursday, March 27, 2008 1:05 AM
To: Maike Dulk
Cc: dspace-tech
Subject: Re: [Dspace-tech] Older versions of Dspace?

Hi Maike,

you can download the older versions via Sourceforge
http://sourceforge.net/project/showfiles.php?group_id=19984

As for updating we did 1.2.1 - 1.4.1 last year, basically you need to 
adjust prerequisites, update the db schema step by step, adjust your 
local changes and then just build it with the new code. If I can find my 
checklist, I'll send it to you.

cheers

Claudia


Maike Dulk schrieb:
 Hi
 
 I've been asked to upgrade a Dspace 1.2.1 installation .. and it looks  
 like I am going to do that in multiple stages.
 Problem is - I cant find older versions of dspace - anywhere in the  
 internet.
 
 Does anyone know if and where they'd be available?
 
 TIA :)
 
 
 --
 Ms. Maike Dulk - Programmer / Analyst
 McPherson Library, University of Victoria
 (t) 250-886-5709 / (e) [EMAIL PROTECTED]
 
 -- Harthon gerithach aeair vilui / I hope you will have kind seas
 
 
 
 
 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Older versions of Dspace?

2008-03-26 Thread maike
if anyone's interested .. I've uploaded my checklist from the 1.2.2 - 1.4.1 to 
my
website at

http://luthien.awardspace.co.uk/doc/dspace_documentation_v2.doc
- or -
http://luthien.awardspace.co.uk/doc/dspace_documentation_v2.pdf


On 26-Mar-08, at 8:27 PM, Jayan Chirayath Kurian wrote:

It would look nice to upgrade to a latest version (1.5) from previous major 
releases
(1.3) with the help of a checklist.

Thanks, Jayan

--
Ms. Maike Dulk - Programmer / Analyst
McPherson Library, University of Victoria
(t) 250-886-5709 / (e) [EMAIL PROTECTED]

-- Harthon gerithach aeair vilui / I hope you will have kind seas






-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech