[vtk-developers] RE: Tag policy
Sebastien BARRE
sebastien.barre at kitware.com
Tue Dec 10 09:49:20 EST 2002
Hi Chris
At 12/10/2002 09:35 AM, Volpe, Christopher R (Research) wrote:
>Hi Lisa-
> You just answered your own question. If I'm doing development work and
> I get new functionality
>working, and I'm not completely up to date with the repository because I
>know there are some recent
>changes to the repository that I don't want to have to deal with right now
>and which are likely to
>break my code, I want a way of recording the status of my working
>directory. This is, after all, why
>"cvs tag" (as opposed to "cvs rtag") exists in the first place, right?
Maybe you could set up your own CVS server locally on your computer (it's
quite easy to do), and have it mirrored VTK, i.e. you would control when
you want to update your VTK-local to incorporate the changes made in the
real VTK, while you could put as many tags as you want on your own CVS
server. At the end of your project, you would commit files back from
VTK-local to VTK (I think you'd need some sort of gateway between those
two, but if you have to write some script anyway...).
--
Sebastien Barre
More information about the vtk-developers
mailing list