Using Subversion, in my working copy I make a small modification (update the version number). I would like to tag my working copy. Will this tag still be a cheap copy with modification, or will SVN duplicate files? I would really like to see that my repository is growing rapidly in size, because I'm trying to save a change in version number.
The reason I ask about creating a tag that contains a modification, not a commit, then tagging includes my build server. The build server creates CCNetLabel, which I use to update the version numbers of my projects (AssemblyInfo.cs). When the assembly is successful, a tag is created. When I use ForceBuild, the tag is based on a working copy that will contain the modified version number. I want the tag to contain the corresponding version number.
Note: This is debatable if I create a branch or tag, however SVN does not distinguish between the two.
branch svn tags
mcdon
source share