Making WordPress.org

Changes between Initial Version and Version 1 of Ticket #1502, comment 3


Ignore:
Timestamp:
07/13/2018 02:33:25 AM (6 years ago)
Author:
morganestes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1502, comment 3

    initial v1  
    33
    44When I first saw them, they were exposed in my IDE as part of the Annotate feature (in PhpStorm). They come from the commit log, so inside the develop repo, running `git log src/index.php` returns `git-svn-id` as part of each commit:
    5 
    65
    76{{{
     
    6564RewriteRule ^trunk@([0-9]{1,6})$ /!svn/bc/$1/
    6665}}}
     66Which would redirect https://develop.svn.wordpress.org/trunk@25001 to https://develop.svn.wordpress.org/!svn/bc/25001/
    6767
    68 Rewriting to Git/Trac would be:
     68Rewriting to Git/Trac https://core.trac.wordpress.org/changeset/25001 would be:
    6969
    7070{{{