From: Mark O'D. <mar...@lu...> - 2001-08-28 07:08:08
|
Konstantin Kuznetsov wrote: >>however you think it should work. >> >Mark excuse me for stupid question. >How I can use this tag in future? > If at a later stage you want to rebuild what you had at this time, you can use the -r option to check out the exact version. as in: cvs checkout -r T1_0_0Beta2-linux-T1_0_0-0a_Beta2 interbase This can also be applied to checking for differences from beta to current via: cvs diff -r T1_0_0Beta2-linux-T1_0_0-0a_Beta2 . There is also a option to create branch tags, so that edits can be applied independatly to the main path, but thats for maintenance releases vs continued development. There are quite a few more tricks as well, but the checkout and diff are the main uses. Cheers Mark -- Your database needs YOU! http://www.firebirdSQL.org |