Changes between Version 3 and Version 4 of pm-svn-releases
- Timestamp:
- Sep 19, 2006 12:34:21 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pm-svn-releases
v3 v4 1 = Suggest ed Way to HandleReleases =1 = Suggestions for Handling Stable Versions and Releases = 2 2 3 3 This page describes how the [https://projects.coin-or.org/CoinTLC/wiki/VersionsAndReleases policy for versioning suggested by COIN] can be implemented within the subversion repository for your project. You might want to first read the page on [wiki:pm-svn-branches understanding branches and tags], or other pages for [wiki:pm-svn understanding subversion]. Below, the string ''YourProject'' is to be repleaced by the name of your project. … … 27 27 28 28 1. Developers and any really adventurous power users who want the bleeding edge can check out {{{trunk/}}}. This probably not to be encouraged for users and certainly the PM won't be expected to be too responsive to bug reports from people using the code in {{{trunk/}}}, since it is not intended to be bug-free. 29 30 ------------------------31 29 32 30 == Setting up your Repository ==