[cspace-users] remote updating

2008-02-26 Thread Martin

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* 
>Date: Mon, Feb 25, 2008 at 8:27 AM
    >Subject: Re: [cspace-users] remote updating
>To:X <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


[cspace-users] remote updating

2008-02-25 Thread Martin

hey!
from where can I get the CSpaceControl Script? Can't seem to find the 
download! I would really need it for updating headless remote systems! 
Or is there another way to do this (except ssh-tunneling, nat forwarding 
and all that stuff)?


than ks
martin
___
cspace-users mailing list
[email protected]
http://tachyon.in/cgi-bin/mailman/listinfo/cspace-users