People keep asking about does the script do this, does the script do that.
Below is a copy of what the script looks like, but first just a couple of
lines to show how we create the snapshot:

snapshot code:
cvs export -r HEAD msn > cvs.log 2> cvs2.log
tar -cvzf amsn_cvs.tar.gz msn > /dev/null
cp amsn_cvs.tar.gz /home/groups/a/am/amsn/htdocs



entire script:

#Timestamp the CVS
cvs co msn/cvs_date >>cvs.log 2>>cvs2.log
date > msn/cvs_date
cvs commit -m "Automatic CVS time stamp update" msn/cvs_date >>cvs.log
2>>cvs2.log
rm -f -r msn

#Update the langlist
cvs co msn/lang >>cvs.log 2>>cvs2.log
cvs co msn/langlist >>cvs.log 2>>cvs2.log
tclsh genlanglists.tcl
rm -f msn/langlist
mv -f langlistnew msn/langlist
#cat langtemplate | ./genupdatedlangl > msn/langlist
cvs commit -m "Automatic CVS language version update" msn/langlist >>cvs.log
2>>cvs2.log
rm -f -r msn

#Create the snapshot
cvs export -r HEAD msn > cvs.log 2> cvs2.log
#Language page update
cd msn
cd lang
cp ../langlist ../langlisttmp
rm -f ../langlist
mv ../../langlistold ../langlist
../../genlangfiles 2> /dev/null
rm -f ../langlist
cp ../langlisttmp ../langlist
rm -f ../langlisttmp
rm -f /home/groups/a/am/amsn/htdocs/langsdat/*
mv *.dat /home/groups/a/am/amsn/htdocs/langsdat
cd ..
cd ..
rm -f /home/groups/a/am/amsn/htdocs/FAQS/*
cp msn/FAQ /home/groups/a/am/amsn/htdocs/FAQS
cp msn/docs/FAQ* /home/groups/a/am/amsn/htdocs/FAQS
tar -cvzf amsn_cvs.tar.gz msn > /dev/null
rm -f /home/groups/a/am/amsn/htdocs/amsn_cvs.tar.gz
cp amsn_cvs.tar.gz /home/groups/a/am/amsn/htdocs
rm -f -r msn
rm -f amsn_cvs.tar.gz




----- Original Message ----- 
From: "Youness Alaoui" <[EMAIL PROTECTED]>
To: <amsn-devel@lists.sourceforge.net>
Sent: Tuesday, December 20, 2005 7:56 AM
Subject: Re: FIXED!!: Re: [Amsn-devel] notes fix


I always notice that users who download the amsn_cvs.tar.gz are getting an
archive with missing files or outdated files... is the cvs update done
correctly before creating the snapshot ??

KaKaRoTo

On Mon, 19 Dec 2005 15:31:45 -0500, Vivia Nikolaidou
<[EMAIL PROTECTED]> wrote:

>
>> about the -height option, as I said, it's an option that was introduced
>> in
>> pixmapscrollbar yesterday so make sure that file is up to date!
>
> Well, it wasn't... Now it works!!!!! :)))) (got the patch from the
> mailing
> list archives)
>
>> if it's not and you can't download new cvs (r u using amsn_cvs.tar.gz
>> or using
>> the cvs command ???)
>
> I had used amsn_cvs.tar.gz from linux and cvs command from windows
> iirc...
> this is why it worked on win :)
>
> <ignore-this> :@ <-- anon cvs </ignore-this>
>
> Vivia
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log
> files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> _______________________________________________
> Amsn-devel mailing list
> Amsn-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/amsn-devel



-- 
KaKaRoTo


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to