Angus Leeming <[EMAIL PROTECTED]> writes:
| All works as I intended, so I'm ready to commit this.
|
| First (just to be safe):
| cvs update -r BRANCH_NATBIB
|
| Now, if I have write access) I can type:
| cvs commit -r BRANCH_NATBIB
The branch tag is sticky so you don't have to use that.
cat CVS/Entries | head:
/.cvsignore/1.5/Thu Oct 5 07:56:58 2000//TBRANCH_new_insets
/ABOUT-NLS/1.2/Sat Jan 8 21:02:54 2000//TBRANCH_new_insets
/ANNOUNCE/1.10/Mon Jan 8 09:37:10 2001//TBRANCH_new_insets
/COPYING/1.1.1.1/Mon Sep 27 18:44:28 1999//TBRANCH_new_insets
/ChangeLog/1.759/Sat Jan 13 19:49:05 2001//TBRANCH_new_insets
/ChangeLog.1/1.1/Fri Jan 12 09:42:27 2001//TBRANCH_new_insets
/INSTALL/1.18/Wed Dec 6 09:49:52 2000//TBRANCH_new_insets
/INSTALL.OS2/1.3/Wed Nov 17 15:05:26 1999//TBRANCH_new_insets
/INSTALL.autoconf/1.1.1.1/Mon Sep 27 18:44:29 1999//TBRANCH_new_insets
/Makefile.am/1.19/Wed Jan 3 15:14:49 2001//TBRANCH_new_insets
You should have BRANCH_NATBIB at the end instead.
so:
cvs update
cvs commit -m 'msg'
| However, there are a few files that I wouldn't want to commit. Specifically,
|
| config/lyxinclude.m4
| src/frontends/xforms/forms/makefile
|
| How do I omit these? Just add them to the relevant .cvsignore files?
Yes, you can (temporarily) add them there.
Lgb