Re: rcs tags and tests
Dumas Patrice <[email protected]> Tue, 4 Feb 2003 16:21:32 +0100
| Newsgroups | gmane.comp.tex.texi2html.devel |
|---|---|
| Message-ID | <[email protected]> |
> Maybe. I just really dislike introducing CVS commands into my build > scripts. It means that if you break a test run in the middle your > sandbox will be corrupt. That or you keep a second sandbox you use to I don't really understand that point. Are you saying that in this case the test.sh script would do a checkout with the right options before doing the diffs ? > run tests. If you really don't mind having to check in anything you > want to test and checking it out again in the new sandbox, maybe it's > not so bad, but a programmatic solution seems much less cumbersome in > the long run. And it would work for anyone. > I guess you could use `cvs admin' to give all the relevant files -ko > attributes in the repository too. Then only they would be affected and > any new sandbox checkout from the central repository would be ready to > go, but you still can take a tarball distribution and check it into a > new CVS repository and have it work, which is usually one of my design > goals. This solution seems to be the best. I have seen in the texinfo manual that there is a -k* option for cvs admin which does exactly that. Pat