Modify ↓
Opened 17 years ago
Closed 8 years ago
#2208 closed enhancement (wontfix)
[Patch] A few fixes to the plugin
Reported by: | Owned by: | dserodio | |
---|---|---|---|
Priority: | low | Component: | SvnPostCommitCreateVersionScript |
Severity: | minor | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
The attached patch fixes a few issues with the plugin:
- tolerate dashes in the regular expression and don't require the RELEASE string in the tag (a bit site-specific)
- add the -r flag to svnlook so the version argument actually works (otherwise it just takes the latest version, which works most of the time, unless two commits happen at the same time)
- figure out the trac repo out of the last part of the svn repo (/var/lib/svn/foo will make the hook work on /var/lib/trac/foo), instead of relying on the committed path. we now use the "project" as part of the version instead
Attachments (1)
Change History (3)
Changed 17 years ago by
Attachment: | local.patch added |
---|
comment:1 Changed 14 years ago by
Summary: | a few fixes to the plugin → [Patch] A few fixes to the plugin |
---|
comment:2 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Plugin is deprecated and has been removed.
Note: See
TracTickets for help on using
tickets.
our site-specific changes