"Quinton McCombs" <[EMAIL PROTECTED]> writes:

>In the future, if you need to rollback after a commit, just check out the
>previous version and then copy/paste over the current version and check it
>back in.

You can't do that, because if you check out a previous version with -r, you
will get a "sticky" file. You can do a checkout with

cvs checkout -r<old_version> -p <botched_file> >  <botched_file>

to avoid this. 

[...]
>I actually have the same habit of always format the code and optimize
>imports.  What keeps me from making the same mistakes is that I _always_ do
>a cvs diff before I commit anything.  An added benefit to this step is that
>you have one final chance to make sure that your commit message covers all
>of the changes.  This is a very good habit to have.

Same here. :-) 

Eric, BTW: Shouldn't this be called TurbineXMLConfig instead of
TurbineXmlConfig ? I remember the discussion about acronyms and even
Sun did deprecate some of the Ucase in favour of UCASE.

        Regards
                Henning
-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
[EMAIL PROTECTED]        +49 9131 50 654 0   http://www.intermeta.de/

Java, perl, Solaris, Linux, xSP Consulting, Web Services 
freelance consultant -- Jakarta Turbine Development  -- hero for hire

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to