Timothy Miller wrote:
Anyone know anything about adding major versions or tags to svn repositories?

I have some files in one specific subdir of the respository that I'd
like to add tag together as a single version.  I want to tag only
those files.  When I do performance enhancements, the changes can be
radical, and I'd like to make sure I can rewind to a known and
consistent state.

IIUC, SVN does NOT use tags, only directories. So, you make a tag the same way as you make a branch.

So, make a directory:

https://svn.suug.ch/repos/opengraphics/main/tags/

and add subdirectory for the tag to it. Then use the: "svn copy" command to copy what you want to tag.

Have a look at how KDE's SVN is set up:

http://websvn.kde.org/

--
JRT
_______________________________________________
Open-graphics mailing list
[email protected]
http://lists.duskglow.com/mailman/listinfo/open-graphics
List service provided by Duskglow Consulting, LLC (www.duskglow.com)

Reply via email to