Date: Sun, 26 Oct 2003 22:46:10 -0600 (CST) From: Ryan Thompson <ryan@sasknow.com> To: Jez Hancock <jez.hancock@munk.nu> Cc: wegster@mindcore.net Subject: Re: RCS question Message-ID: <20031026224347.G90401-100000@ren.sasknow.com> In-Reply-To: <20031027035912.GA30749@users.munk.nu>
next in thread | previous in thread | raw e-mail | index | archive | help
Jez Hancock wrote to freebsd-questions@freebsd.org: > I then issue 'co -l httpd.conf' to check the file back out again and > lock it to use it. and Scott W <wegster@mindcore.net> writes: > PS- Remember to always at least do a co <filename> after initial > checkin, as ci <file> without other params creates the RCS/delta file, > but will not leave the original filename in place... To both of you, ci -l is your friend. -l[rev] works like -r, except it performs an additional co -l for the deposited revision. Thus, the deposited revision is immediately checked out again and locked. This is useful for saving a revi- sion although one wants to continue editing it after the checkin. Saves a bit of typing. ;-) - Ryan -- Ryan Thompson <ryan@sasknow.com> SaskNow Technologies - http://www.sasknow.com 901-1st Avenue North - Saskatoon, SK - S7K 1Y4 Tel: 306-664-3600 Fax: 306-244-7037 Saskatoon Toll-Free: 877-727-5669 (877-SASKNOW) North America
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031026224347.G90401-100000>