I want to create create a label (tag) in the SVN with a file\'s version.
I\'m already renaming the artifact by getting the file version of the main executable produ
If you're using Ant, maybe you should get SVNAnt.jar and try this.
The convention that I've seen for labeling is major.minor.svn (and .build if you're using CI).