Subject: Re: Getting the latest pkgsrc.tar.gz
To: Rakhesh Sasidharan <rakheshster@gmail.com>
From: John Nemeth <jnemeth@victoria.tc.ca>
List: pkgsrc-users
Date: 05/25/2006 01:35:34
On Oct 15,  4:24am, "Rakhesh Sasidharan" wrote:
} 
} I installed NetBSD 3.0 sometime last week, and I also downloaded a
} copy of "pkgsrc.tar.gz" from
} "ftp://ftp.NetBSD.org/pub/NetBSD/NetBSD-current/tar_files/" (as
} 
} Now, I want to update the package sources. My understanding is that I
} can do it thru CVS, or by downloading the "pkgsrc.tar.gz" file again.
} I'd prefer the latter, coz I haven't used CVS yet, and so would like
} to take things one step at a time. So I go back to the ftp location,
} but I find that the "pkgsrsc.tar.gz" file is still the same as I had
} downloaded last week. Infact, it looks like its been the same for the
} past 2-3 weeks; coz the date on it shows 06th May 2006.

     Usually the file is updated weekly.  I don't know why it hasn't
been updated.

} How do I go about updating my package sources then? Is CVS the only
} option, or can I download a fresher copy of the tar.gz file from
} someplace else?

     That is the master site, so nowhere else will have a fresher
copy.  To use CVS, just 'cd /usr/pkgsrc' (or wherever you unpacked the
tarball) and type 'cvs up -dP'.

} Does CVS take any extra bandwidth? Downloading the tar.gz file is just
} 26MB. How big would it be if I do it through CVS?

     It should take less since it only downloads changes.

}-- End of excerpt from "Rakhesh Sasidharan"