CVS History
Michael Moss <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.general |
|---|---|
| Organization | Aioe.org NNTP Server |
| Message-ID | <[email protected]> |
Hi An really embarrassing question: I have specified my CVS root, and within this CVS root I have a repository, let call it REP. Within REP, I have a file TEST.TXT where I wanna see all revisions of it. Unfortunately, I cant get this work, i tried the following: cvs history TEST.TXT cvs history /REP/TEST.TXT cvs history REP/TEST.TXT Anyone an idea what I am doing wrong? Do i miss a command that tells CVS which repository I am referring to? Many thanks!