[tuhopuu-devel] Re: [tuhopuu-cvs] CVS commit: blender/projectfiles/creator blendercreator.dsp

Chris Want tuhopuu-devel@blender.org
Tue, 08 Jul 2003 10:25:50 -0600


> yeah, I probably need a better editor. In the CYGWIN
> setup, I guess there are more options for a text
> editor?

I'll try to monkey around with it this evening
if I have time. Do you know what the current
editor it is using? Have you any experience
with the unix editors vi or emacs? in the
meantime though, you can do short commit
messages with -m, e.g.

cvs -z3 commit -m "Removed windows as a build platform" file1 ...

For longer ones you can put the message in a file,
say foo.txt and use -F to use the contents as a log
message, e.g.,

cvs -z3 commit -F foo.txt file1 ...

For other options, or for further clarification,
use: cvs -H thingy, e.g.,

cvs -H commit
cvs -H update
cvs -H log
.
.
.
etc.

Chris