revert to a previous version of a directory
Andrew Michael Levin <[email protected]> Thu, 5 Jul 2012 19:48:18 +0200
| Newsgroups | gmane.comp.version-control.cvs.general |
|---|---|
| Message-ID | <CA+6A3sEDDV1kJPkPjFkkddGMUs8_WRPt7R2EkXtLeF8hE5BwcQ@mail.gmail.com> |
Hi, How do I revert to a version of a cvs directory that I had at a previous date. Do I have to go through and revert each file individually? When I do cvs up -C -D "2012-07-05 13:41" it sets the sticky date for all of the files, so I can't check the reverted files in to the HEAD. Is there some way around this? Thanks. Andrew