-
Website
http://dancameron.org/ -
Original page
http://dancameron.org/pownce/i-think-ive-finally-finished-getting-all-of-my-themes -
Subscribe
All Comments -
Community
-
Top Commenters
-
LillyLipscomb
1 comment · 1 points
-
paynito
1 comment · 1 points
-
stevehahn
8 comments · 1 points
-
futurelevel
2 comments · 1 points
-
Jason Hansen
4 comments · 2 points
-
-
Popular Threads
-
Splitting Content into Two Columns, e.g. Word Wrap with PHP or CSS + Javascript
2 weeks ago · 11 comments
-
Display a loading image until the page completes loading
4 days ago · 1 comment
-
Go Dodgers!
3 weeks ago · 1 comment
-
Splitting Content into Two Columns, e.g. Word Wrap with PHP or CSS + Javascript
Also, to be consistent with standard SVN usage you would never move something from tags into the trunk. Trunk -> Branches -> Tags is the generally accepted convention.
All new and ongoing development should be done in trunk, then branches should be made (which are basically snapshots of the trunk at that point in time - see WordPress branches for 2.1, 2.2, etc.). All new changes still only go into trunk, and branches are used for bug fixes / security updates, etc. (to the 2.2 branch in WP, for example, because the trunk code is currently 2.3).
Finally, whenever you have a released version, you make a tag, which is (usually) a copy from the branch (ie: WP 2.2.1, 2.2.2, etc. are copies from the 2.2 branch) and then are never changed, so that you always have snapshots of what you released and do diffs, etc.
If you want to use a custom name, then it might be best to manually make the archive and then you can always link to it from anywhere (on your site, the trac main page, etc.)
Probably anyone who's going to bother to go into Trac and/or subversion has some idea of how it should work, but most people would probably rather just download it directly via a link from your site.