protux-design
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Protux-design] About the Request Mode on Savannah


From: Martin Herren
Subject: Re: [Protux-design] About the Request Mode on Savannah
Date: Fri, 24 Jan 2003 15:01:03 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1

Fabio dos Santos wrote:

PS: what does "cvs ci filename" do in the repository? I commited using
cvs commit, but the savannah FAQ suggests using "cvs ci filename". . .
so what's the difference?

$cvs commit
and
$cvs ci

commits (or check in, that's the same) all modified files.

$cvs commit filename
and
$cvs ci filename

commit only the file 'filename'. of course you can specify several files on one command. Usually you should use the option '-m' as well, to describe in a few words what you changed:

$cvs ci -m "added function do_that()" my_class.cpp my_class.h

will commit the changes in the files my_class.cpp and my_class.h, with the notice what you changed in these files. For the documentation it will more look like

$cvs ci -m "added chapter about filters" userguide.tex

;-)

hth

/Martin







reply via email to

[Prev in Thread] Current Thread [Next in Thread]