|
Subject: Re: CVS maintainance Newsgroups: gmane.comp.apache.mod-survey.general Date: 2004-08-24 09:22:48 GMT (4 years, 7 weeks, 3 days, 19 hours and 13 minutes ago) Well, this went better than expected. Updates are now finished. All cvs commands presupposes: export CVSROOT=":pserver:cvs <at> gathering.itm.mh.se:/cvs" cvs login To check out latest (developmental) cvs code of mod_survey: cvs checkout mod_survey To check out the 3.2.0 release: cvs checkout -r rel-3-2-0 mod_survey To check out the 3.2.0 release from the old tree (something I don't really see the point of) : cvs checkout -r rel-320 mod_survey_old To check out the latest 3.0.x code: cvs checkout -r rel-30x-stable mod_survey_old To check out the latest 3.1.x code (which is pointless too) : cvs checkout mod_survey_old So the new CVS setup is now ready to use. IMPORTANT: If you have an existing checkout of the cvs tree, DO NOT attempt to do a "cvs update". You should instead delete the tree and then do a "cvs checkout". // Joel On Tue, 24 Aug 2004, Joel Palmius wrote: > I'm planning on tidying up in the cvs repository, since the CVS tree has > grown to resemble a thorn bush rather than a tree in the last few years. > > * The current cvs repository is renamed to mod_survey_old. Thus, to work > with the old repository, you'll need to do > > cvs checkout -r [whatever version] mod_survey_old > > * The new repository will be re-initialized and based on the code as of > 3.2.0 stable. This will be the main (and in the beginning only) branch > in the new repository. Thus, to check out the latest code from the > new CVS it should not be necessary to specify the -r flag. > > * The new tree will have a branch for each release. Previously I only > tagged files, which eventually became somewhat cumbersome. > > Positive side is that it will become obvious what code you get if you check > out from CVS. Negative side is that all current revision history will be > archived and not immediately retreivable. > > I plan to finish these changes within the next few days, and will drop a new > notice when it is finished. You might want to not touch the CVS until then. > Also note that to use the new CVS setup, you must do a complete new checkout, > an update won't work since the branch revision numbers will not be the same. > > // Joel > > Skickat av Joel Palmius <joel.palmius <at> mh.se> > till survey-discussion > > Skickat av Joel Palmius <joel.palmius <at> mh.se> till survey-discussion |
|
|