Modify

Opened 13 years ago

Closed 13 years ago

#8986 closed enhancement (fixed)

Add SVN revision info to egg

Reported by: Ryan J Ollos Owned by: Chris Nelson
Priority: normal Component: TracJsGanttPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

Minor configuration management suggestion ...

Would you consider adding a setup.cfg file, like that shown here?

This makes it slightly easier to determine exactly the SVN revision number of an installed egg. This is helpful in case of an installation between version bumps (and as a second check in case a version bump is ever forgotten).

After adding that file to the DateFieldPlugin (and also bumping the version in setup.py) I get TracDateField-1.0.2_r10435-py2.6.egg rather than TracDateField-1.0.1-py2.6.egg.

The SVN revision also shows on the WebAdmin panel:

It is a very minor issue, but I don't know of any downsides. This seems to be a fairly common practice with Trac plugins.

Attachments (1)

SvnRevisionOnWebAdmin.png (15.5 KB) - added by Ryan J Ollos 13 years ago.

Download all attachments as: .zip

Change History (6)

Changed 13 years ago by Ryan J Ollos

Attachment: SvnRevisionOnWebAdmin.png added

comment:1 Changed 13 years ago by Chris Nelson

That seems like a fine change. While it works fine for TH, we use git here so it seems I'd be carrying around a useless file for my local needs. And I wonder what my egg would look like here if I check out from git and build?

comment:2 in reply to:  1 ; Changed 13 years ago by Ryan J Ollos

Replying to ChrisNelson:

And I wonder what my egg would look like here if I check out from git and build?

I have not tried this, but I think it comes down to what setuptools supports. I'd be really interested to know however, since I've dropped this file into the directory of all the plugins I maintain, and many are using Git and Hg.

comment:3 in reply to:  2 Changed 13 years ago by Chris Nelson

Replying to rjollos:

Replying to ChrisNelson:

And I wonder what my egg would look like here if I check out from git and build?

I have not tried this, but I think it comes down to what setuptools supports. I'd be really interested to know however, since I've dropped this file into the directory of all the plugins I maintain, and many are using Git and Hg.

I guess I'd expect a tag_git_revision that works like tag_svn_revision.

comment:4 Changed 13 years ago by Chris Nelson

(In [10477]) Add setup.config. Refs #8986.

Names egg for SVN commit when built from an SVN checkout. Seems to be ignored for builds from git checkout.

comment:5 Changed 13 years ago by Chris Nelson

Resolution: fixed
Status: newclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Chris Nelson.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.