Changes between Version 1 and Version 2 of Ticket #1502, comment 3
- Timestamp:
- 07/13/2018 02:36:02 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1502, comment 3
v1 v2 62 62 63 63 {{{ 64 RewriteRule ^trunk@([0-9]{1,6})$ /!svn/bc/$1/ 64 RewriteRule ^trunk@([0-9]{1,6})$ /!svn/bc/$1/trunk/ 65 65 }}} 66 Which would redirect https://develop.svn.wordpress.org/trunk@25001 to https://develop.svn.wordpress.org/!svn/bc/25001/ 66 Which would redirect https://develop.svn.wordpress.org/trunk@25001 to https://develop.svn.wordpress.org/!svn/bc/25001/trunk/ 67 67 68 68 Rewriting to Git/Trac https://core.trac.wordpress.org/changeset/25001 would be: