Frank Zhu wrote: 
> If I commit a change that include multiple files, but later 
> need rollback this commit. How can do that provided I have a 
> labeled the repository before commit?
You want to use the -j options in CVS update.

Assuming you have the tags pre-commit and post-commit applied (with the
obvious meanings attached to the tags :=) then the command is:

cvs update -j post-commit -j pre-commit

Note that the most recent tag comes *first*.

-- 
Jim Hyslop
Senior Software Designer
Leitch Technology International Inc. ( http://www.leitch.com )
Columnist, C/C++ Users Journal ( http://www.cuj.com/experts )



_______________________________________________
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to