<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
How do you get the entire tree at a certain date/time?<BR>I'm just curious.<BR>
This is very easy in Perforce, just:<BR>
  p4 sync @date/time  <BR>
 <BR>
 - Jay<BR><BR><BR><BR>> Date: Fri, 12 Sep 2008 15:14:09 -0500<BR>> From: rodney.bates@wichita.edu<BR>> To: m3devel@elegosoft.com<BR>> Subject: Re: [M3devel] Another CVS question, getting a specific version of a specific file<BR>> <BR>> Thanks, that did it.<BR>> <BR>> Henning Thielemann wrote:<BR>> ><BR>> > On Fri, 12 Sep 2008, Rodney M. Bates wrote:<BR>> ><BR>> >> Yet again, I need some CVS help. I want to get complete copies<BR>> >> of m3-sys/m3cc/gcc/gcc/function.c, versions 1.7 and 1.6, just to<BR>> >> look at for inspiration. I can't find anything in my CVS book<BR>> >> that looks like it will do this. checkout works on projects,<BR>> >> not files, update will merge with what's in my working directory,<BR>> >> which I really don't want, and I expect diff will overwhelm me,<BR>> >> since 1.6, 1.7, and 1.8 of this file are taken from gcc<BR>> >> 3.4.5, 4.1.1, and 4.3.0, respectively. Is there any direct way?<BR>> ><BR>> > Use 'cvs update' and -P option (and -r of course). This sends the file <BR>> > to standard output and is "not sticky".<BR>> <BR><BR></body>
</html>