[M3devel] next problem (NT386GNU)
Olaf Wagner
wagner at elegosoft.com
Tue Jan 22 08:10:49 CET 2008
Quoting Jay <jayk123 at hotmail.com>:
> I don't want to deal with learning about CVS branches, please.
I don't understand the problems some people seem to have with CVS.
Creating a branch is really simple:
o create a branch tag, for example:
cvs tag -b devel_nt386gnu_gcc_opt files(s)
o update to that branch:
cvs up -r devel_nt386gnu_gcc_opt files(s)
That's it. The tag is now `sticky' on the files, i.e. remembered
in the CVS/Entries files in your workspace. From now on you're
using the branch for the mentioned files. To restore them to the
latest main trunk version, use
cvs up -A files(s)
And Jay, as a Windows user you probably don't like to use the cvs
commandline in Cygwin; just install CVS-NT and tortoise (Randy did,
too). It may be more convenient for you.
Olaf
--
Olaf Wagner -- elego Software Solutions GmbH
Gustav-Meyer-Allee 25 / Gebäude 12, 13355 Berlin, Germany
phone: +49 30 23 45 86 96 mobile: +49 177 2345 869 fax: +49 30 23 45 86 95
http://www.elegosoft.com | Geschäftsführer: Olaf Wagner | Sitz: Berlin
Handelregister: Amtsgericht Charlottenburg HRB 77719 | USt-IdNr: DE163214194
More information about the M3devel
mailing list