On Tue, Dec 10, 2002 at 05:56:05PM -0800, Srinath Avadhanula wrote:
> I think the best method is CVS. What I normally do is log onto
> sourceforge, cd to the group's htdocs/packages directory and do a cvs
> update. That takes care of things.... Let me know if there are problems.
It doesn't work. Maybe the cause I was not properly logged in
but after "cvs update" in proper directory sf.net asked me
for your password. I can uderstand asking for my password
but yours?
I thought it can be done with cron. Just calling each 24h simple script
-----
#!/bin/sh
CVS_RSH=ssh
CVSROOT=mi...@cv...:/cvsroot/vim-latex
export CVS_RSH CVSROOT
cd /home/groups/v/vi/vim-latex/htdocs
cvs checkout
-----
But even just "cvs checkout" doesn't work properly...
Mikolaj
|