I can't use cvs, due to port blocking on our firewall & routers. I can (did it today) wget the samba_2_2 dirs off of the cvs server. This leads to 2 questions: 1. Are the files in the /source dirs already patched via cvs? 2. If not, how do I get cvs to update the source files? (I've already created a local cvs repository and imported the samba_2_2 source) Jim
On Wed, 1 May 2002, Van Sickler, Jim wrote:> I can't use cvs, due to port blocking on our firewall & routers. > > I can (did it today) wget the samba_2_2 dirs off of the cvs server. > > This leads to 2 questions: > > 1. Are the files in the /source dirs already patched via cvs? > 2. If not, how do I get cvs to update the source files? > (I've already created a local cvs repository and imported > the samba_2_2 source)ftp://samba.org/pub/unpacked/samba_2_2/ is an FTP mirror of the SAMBA_2_2 cvs tree updated via a cron job. cheers, jerry --------------------------------------------------------------------- Hewlett-Packard http://www.hp.com SAMBA Team http://www.samba.org -- http://www.plainjoe.org "Sam's Teach Yourself Samba in 24 Hours" 2ed. ISBN 0-672-32269-2 --"I never saved anything for the swim back." Ethan Hawk in Gattaca--
> -----Original Message----- > From: Gerald Carter [mailto:jerry@samba.org] > Sent: Wednesday, May 01, 2002 2:58 PM > To: Van Sickler, Jim > Cc: samba@lists.samba.org > Subject: Re: [Samba] wget vs cvs for getting current code > > > On Wed, 1 May 2002, Van Sickler, Jim wrote: > > > I can't use cvs, due to port blocking on our firewall & routers. > > > > I can (did it today) wget the samba_2_2 dirs off of the cvs server. > > > > This leads to 2 questions: > > > > 1. Are the files in the /source dirs already patched via cvs? > > 2. If not, how do I get cvs to update the source files? > > (I've already created a local cvs repository and imported > > the samba_2_2 source) > > ftp://samba.org/pub/unpacked/samba_2_2/ is an FTP mirror > of the SAMBA_2_2 cvs tree updated via a cron job. > >good! As "fun" as getting wget working through our firewall was, my short look at using cvs made me shudder! Now I can just run wget (in mirror mode) to update the source dir, look for any new stuff for ./configure (like --with-pid-dir...) and build the updated version. I'm sure cvs becomes easier with use ;-) Jim