Patrik Sjöberg wrote:

> I was wondering what would be most logical when connecting your developing
> environment with the production environment. Let's say we have server
> "developing" which contains a new tagged version ver_2.0 and we want to
> release everything that is new there to the production environment which is
> located at another server. How should the root reposistory in the developing
> be connected to the root repository in the production environment?
>
> Can you have clients with the the developing environment as root repository
> and then view the cvs source at developing as a client to the production
> environment? In other words, you let the developers commit their changes to
> the developing cvs, and then, when finished, you tag the developing cvs with
> a new release number and commits it to the production cvs? Or should the
> connection be done in another way?

There's no reason you shouldn't set things up this way if you think it's worth
the effort of maintaining separate repositories.  Just import development
releases into the production repository.

Derek

--
Derek Price                      CVS Solutions Architect ( http://CVSHome.org )
mailto:[EMAIL PROTECTED]     OpenAvenue ( http://OpenAvenue.com )
--
"May the forces of evil become confused on the way to your house."

                        -- George Carlin




_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to