Hi,

In the info list someone asked how to keep up with updates in CVS. We 
already have the script-update script, but is it a good idea to make a 
daily CVS snapshot and provide a link to it from the project page?

Sourceforge supports cron jobs to do this. From the site docs:
(http://sourceforge.net/docman/display_doc.php?docid=768&group_id=1#cvss  
napshots)

cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/PROJECTNAME export -Dtomorrow MODULE 
&& tar czvf /home/groups/P/PR/PROJECTNAME/htdocs/MODULE.tar.gz MODULE && rm 
-Rf MODULE

The above command should provide us with a nice snapshot in the root of the 
projects webspace...
But it does't work. I tried a partial commandline from 
shell.sourceforge.net:
cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/unattended export -Dtomorrow 
unattended
cvs [export aborted]: connect to cvs1(10.5.1.7):2401 failed: Connection 
refused

If we decide we want to provide CVS snapshots this should get fixed, but 
what are yor thought about this?
(I hate an unsolved problem, so does anybody already know how to fix this?)

Greetings,
Niels


-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
unattended-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to