6.0.0-beta1
7/28/25

[#4911] Add current date to CVS snapshots' version numbers
Summary Add current date to CVS snapshots' version numbers
Queue Horde.org Servers
Type Enhancement
State Rejected
Priority 1. Low
Owners
Requester webmaster (at) dasourcerer (dot) net
Created 01/17/2007 (6767 days ago)
Due
Updated 01/18/2007 (6766 days ago)
Assigned
Resolved 01/18/2007 (6766 days ago)
Milestone
Patch No

History
01/18/2007 10:30:13 AM Jan Schneider Comment #3
State ⇒ Rejected
Reply to this comment
Agreed. First I thought this was a nice idea, but then we would need 
to have the same version tags for regular CVS checkouts too, to make 
any sense.
01/18/2007 05:42:04 AM Chuck Hagenbuch Comment #2
State ⇒ Feedback
Reply to this comment
I waffle on this. On one hand, it makes sense to tag the snapshots 
somehow, but on the other, they are tagged in their filename, and 
modifying the contents of the tarball would mean they no longer 
reflected the actual CVS code as it was when the snapshot was made. In 
a very trivial way, of course, but still.



Also, the snapshots are a convenience for people who can't or don't 
want to use CVS, not really an officially supported release, so from 
our perspective letting people know exactly what snapshot they have 
doesn't do us much good - we want them to have the latest one.



Other opinions?
01/17/2007 07:05:32 PM webmaster (at) dasourcerer (dot) net Comment #1
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Add current date to CVS snapshots' version numbers
Queue ⇒ Horde.org Servers
State ⇒ New
Reply to this comment
I'd like to see the date of the checkout in the snapshots. So e.g. 
whups v1.0-cvs would turn into whups v1.0-cvs20070117. I founf out 
this can be done with one line of shellcode:



sed -i -e s/cvs/cvs`date +%Y%m%d`/ version.php



The main reason is: If I've got experimental software installed, it's 
much easier to keep track on what's been installed when. Currently, I 
just keep the downloaded .tar.gz which isn't as handy.

Saved Queries