in reply to Re: "Subversion" revision numbers as 0.01_blah
in thread "Subversion" revision numbers as 0.01_blah
I'd be very wary of using the SVN repository revision as your package's version number. You're conflating a particular state of your repository with a particular public release.
Agree completely. For a start it completely falls down if you maintain more than one module in the repository. Subversion has repository based version numbers so any commit to the repository is going to increment the version number, whether it has anything to do with the module or not.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: "Subversion" revision numbers as 0.01_blah
by Fletch (Bishop) on Jun 05, 2005 at 01:12 UTC | |
|
Re^3: "Subversion" revision numbers as 0.01_blah
by salva (Canon) on Jun 05, 2005 at 01:39 UTC | |
by adrianh (Chancellor) on Jun 05, 2005 at 12:04 UTC |