And I'm back!
I got this mail from Captain Ahab pretty much answering my question:

    >Martin:
    >
    >I can't tell if this made it to the list (see below).
    >
    >Ahab
    >
    >---------- Forwarded message ----------
    >From: *Captain Ahab* <XXXXX>
    >Date: Mon, Feb 25, 2008 at 8:27 AM
    >Subject: Re: [cspace-users] remote updating
    >To:XXXXX <mailto:[email protected]>
    >
    >
    >Martin:
    >
    >Not sure if you're referring to this:
    >
    >http://code.google.com/p/cspace/source/browse/trunk
    >
    >You'll need to check out a copy of the repository to get it working.
    >Let me know if you have any troubles.
    >
    >Tx,
    >
    >CptnAhab

very interesting stuff! I don't know, if anyone checked out cspace experimental yet: definitely worth the try! anyhow...in the meantime I wrote a small script, that updates CSpace (of whatever version) to Version 127. It runs only on windows though.
this is the batch file included:

   @echo off

   PAUSE Press any key to start updating (this includes stopping and
   restarting CSpace)

   CALL WAIT 3

   taskkill /t /f /IM cspace.exe

   move /Y C:\Programme\CSpace C:\CSpace_Update\CSpace_Old

   CALL WAIT 7

   move /Y C:\CSpace_Update\CSpace_127 C:\Programme\CSpace

   echo Update Complete!

   START c:\Programme\CSpace\cspace.exe

   exit /B

as you can imagine CSpace_127 is the folder including all the files of CSpace after a fresh install

martin

_______________________________________________
cspace-users mailing list
[email protected]
http://tachyon.in/cgi-bin/mailman/listinfo/cspace-users

Reply via email to