Re: updating to a particular date on a branch

2002-02-12 Thread Larry Jones
chiranjeeb_buragohain writes: > > I am trying to reconstruct the state of a repository on a particular > date on a branch. If I check out the branch in a particular > directory and then run > > cvs update -D "2 Feb 2002" > > inside the directory, I get the trunk as of 2 Feb 2002, not the

Re: updating to a particular date on a branch

2002-02-12 Thread Donald Sharp
Have you tried cvs update -D "2 Feb 2002" -r ? donald On Tue, Feb 12, 2002 at 06:17:58PM -, chiranjeeb_buragohain wrote: > I am trying to reconstruct the state of a repository on a particular > date on a branch. If I check out the branch in a particular > directory and then run > > cvs

updating to a particular date on a branch

2002-02-12 Thread chiranjeeb_buragohain
I am trying to reconstruct the state of a repository on a particular date on a branch. If I check out the branch in a particular directory and then run cvs update -D "2 Feb 2002" inside the directory, I get the trunk as of 2 Feb 2002, not the branch. Any help on this will be highly appre