I have a repository that consists of all files that are generated while
designing a product for manufacturing and I am trying to figure out the best
way to handle production releases. I think what I want to do is to create a
tag for production releases of my projects, and that I want the tags to be
able to call out specific revisions of specific files. I don't want the
entire trunk, but only a subset of the files included in the trunk. Is this
possible to do? If so, is it possible to automate? What I would really like
to have is a configuration file that existed under trunk/ that looks
something like this.
===================
release: 1.02
src/file1.c r48
doc/file2.doc r59
doc/file3.doc r13
===================
And then be able to automatically generate a tag that only includes these
files. Has anyone done anything like this? Any help would be greatly
appreciated.
Regards,
Pete Maley
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 25 19:26:43 2005