Martin Entlicher writes:
> 
> Can please someone explain to me when commit to a branch is supposed to
> work ?

I believe the only time that's valid is with a newly-added file or if
the existing file is already the most recent revision on the branch (in
which case there's no point in specifying the branch explicitly).

> I have a file on the main trunk with Up-to-date status and want to
> commit the *same* file to a branch.

Then merge it.  In a working directory on the branch, do:

        cvs up -j HEAD TestFile.java
        cvs ci -m "message" TestFile.java

-Larry Jones

He just doesn't want to face up to the fact that I'll be
the life of every party. -- Calvin

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to