Community Page
- dancameron.org Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- So you do look at the silly photos I share on Google Reader.
- I have investigated 1&1 thoroughly and found their major tricks using PayPal. They are crooks and steal money deliberately as their main business. That's why do not be surprised at anything...
- This is the reason I alluded to yesterday for being happy about the iPhone tethering; the more popular it gets, hopefully the more pressure there will be to re-evaluate this insane pricing for...
- Pretty much, and that just might fit into 140 characters.
- So what you are saying is that social net working sites speed the process up in regards to how fast you get to know a person and either like or dislike them?
Dan Cameron
wordpress enthusiest
I think I’ve finally finished getting all of my themes and plugins straightened out on my site. It turns out Trac isn’t very user friendly when it comes to getting people to download. I ended up using a downloads plugin to help manage the downloads through wordpress itself. A
... Continue reading »
1 year ago
1 year ago
1 year ago
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.
1 year ago
1 year ago
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.