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

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to