Commit 1d8d6f4
authored
Fix the script bug in importing-a-subversion-repository.md
Fix the bug in the author extraction script that causes author's starting from 't' losing it, e.g.
SVN log:
```
r5572 | toe | 2023-04-10 09:25:13 -0400 (Mon, 10 Apr 2023)
``
Result mapping:
```
om = tom
```
The corrected script produces the expected mapping:
```
tom = tom
```1 parent e143eb2 commit 1d8d6f4
File tree
1 file changed
+1
-1
lines changed- content/migrations/importing-source-code/using-the-command-line-to-import-source-code
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments