info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: please help me


From: Matt Riechers
Subject: Re: please help me
Date: Fri, 08 Mar 2002 09:02:48 -0500

Javed wrote:
> 
> Hello,
>    I am new to cvs but not new to programming in
> general. I am working on a software in which i need to
> to be able to see a version of a file - which is
> stored in cvs -, as it existed on a particular date
> and time. And to access the file i dont want to
> checkout a complete module.

You can checkout a file by giving its full path in the repository:

        cvs co path/to/file

If you want to look at a particular revision, use the -r/-D options.

See the manual for details: <http://www.cvshome.org/docs/manual/>

-Matt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]