[cvsnt] Checking Previous versions
Gabriel Genellina
gagsl-cvsnt at yahoo.com.ar
Tue Aug 29 18:13:31 BST 2006
At Tuesday 29/8/2006 13:15, Lehman, Curtis wrote:
>This is OK for reverting a few files. Is there a simpler way to do
>it with a tag or date on an entire project? (i.e. several hundred files.)
Note: The OP was asking about SEEING a previous version, not reverting changes.
For reverting a module/directory to a previous state (so it becomes
the "current" state and can be commited later) use:
cvs update -j HEAD -j DESIRED_TAG modules
This assumes your sources are up-to-date on the main trunk, and you
want to go back to DESIRED_TAG.
In case you were working on a branch, replace HEAD by the branch name.
Gabriel Genellina
Softlab SRL
__________________________________________________
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya!
http://www.yahoo.com.ar/respuestas
More information about the cvsnt
mailing list