Reported bug with utf-8 strings
[be.git] / .be / bea86499-824e-4e77-b085-2d581fa9ccab / bugs / 529c290e-b1cf-4800-be7e-68f1ecb9565c / comments / ffbf5ac9-e2f5-47ab-9c3c-33989c81ad42 / body
1 "W. Trevor King" <wking@drexel.edu> writes:
2
3 > On Tue, Jul 14, 2009 at 10:36:26PM +1000, Ben Finney wrote:
4 > > Please, no. Timestamps aren't version strings, that's conflating two
5 > > pieces of information with very different meanings. Correlating the
6 > > two is the job of a changelog.
7
8 > Which we don't bother keeping (also NEWS), since "bzr log" works so
9 > nicely.
10
11 That's not a changelog, that's a commit log of every source-level commit
12 made. Far too much detail for a changelog of *user-visible* changes
13 associated with a release.
14
15 > The timestamp should at least replace the patch release number, which
16 > you agree is-desirable-to increase motonically ;).
17
18 I still disagree that a timestamp is the right thing to use there. If
19 you want a monotonically-increasing indicator of which revision we're up
20 to, that's immediately available with the revision number from VCS on
21 the main branch. That also has the advantage of producing consecutive
22 numbers for each revision, by definition.
23
24 > One problem is that we don't actually have "releases". People just
25 > clone a branch, install, and go.
26
27 I agree that's a problem. I think the solution is to start making
28 releases, with specific version strings, as source tarballs.
29
30 James Rowe <jnrowe@gmail.com> writes:
31
32 >   Isn't there a bzr web interface that at least supports creating
33 > tarballs/zips?
34
35 Even better: ‘bzr export /tmp/foo.tar.gz’ will create a source tarball
36 of all the files in the branch's VCS inventory. All we need to do is
37 start the practice of tagging a release in the VCS, and export the
38 tarball at that time.
39
40 -- 
41  \       “Pinky, are you pondering what I'm pondering?” “Well, I think |
42   `\   so (hiccup), but Kevin Costner with an English accent?” —_Pinky |
43 _o__)                                                   and The Brain_ |
44 Ben Finney