| 8f3d49de | 23-May-2012 |
Ariel Constenla-Haile <arielch@apache.org> |
Make retrieving the current SVN revision with git-svn work also in BRANCH
The current regular expression only works with a clone of a trunk repository:
/^\s*git-svn-id:.*?trunk@([0-9]+)\s+/
This f
Make retrieving the current SVN revision with git-svn work also in BRANCH
The current regular expression only works with a clone of a trunk repository:
/^\s*git-svn-id:.*?trunk@([0-9]+)\s+/
This fails with the current AOO34 branch:
it does not match trunk@ because it's AOO34@
git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1341709 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|