Creating a SVN Tag

Tagged with: , , , ,

Creating a tag in SVN means that you copy the entire trunk to another folder in the ‘tags’ folder…


svn copy trunk/ tags/TAG_NAME

Leave a Reply