Update program READMEs that link to SVN repo #67

Open
opened 2024-05-29 16:48:16 +02:00 by ace-dent · 1 comment
Member

For migration from SVN --> Gitea,

We should fix hardcoded links to SVN in these program READMEs:

  • programs/other/ha/ReadMe.txt - also check numerous other hyperlinks!
  • programs/games/flappybird/README.md
For migration from SVN --> Gitea, We should fix hardcoded links to SVN in these program READMEs: - [ ] `programs/other/ha/ReadMe.txt` - also check numerous other hyperlinks! - [ ] `programs/games/flappybird/README.md`

I searched over KolibriOS repository using regexp and also found following entries.

For "svn://kolibrios":

  • programs\system\gmon\readme.txt
  • programs\develop\tinypad\trunk\tinypad.asm
  • programs\develop\libraries\libs-dev\libimg\gif\gif.asm
  • kernel\branches\Kolibri-A\utilities\amon\readme.txt

For "websvn"

  • kernel\trunk\asmxygen.py
  • kernel\branches\kolibrios-pe-clevermouse\asmxygen.py
  • kernel\branches\kolibri-lldw\asmxygen.py
  • kernel\branches\kolibri-ahci\asmxygen.py
  • data\common\templates\table_apps(rus).csv (also "WebSVN" in table headers)

I searched only for these two expressions, so there possibly may be some other entries.
File with full entries data is applied.

If anyone have ideas for another expressions to search, please, write them here. Otherwise, I can make a PR to fix this issue, and also a #65.

I searched over KolibriOS repository using regexp and also found following entries. For "svn://kolibrios": - [ ] programs\system\gmon\readme.txt - [ ] programs\develop\tinypad\trunk\tinypad.asm - [ ] programs\develop\libraries\libs-dev\libimg\gif\gif.asm - [ ] kernel\branches\Kolibri-A\utilities\amon\readme.txt For "websvn" - [ ] kernel\trunk\asmxygen.py - [ ] kernel\branches\kolibrios-pe-clevermouse\asmxygen.py - [ ] kernel\branches\kolibri-lldw\asmxygen.py - [ ] kernel\branches\kolibri-ahci\asmxygen.py - [ ] data\common\templates\table_apps(rus).csv (also "WebSVN" in table headers) I searched only for these two expressions, so there possibly may be some other entries. File with full entries data is applied. If anyone have ideas for another expressions to search, please, write them here. Otherwise, I can make a PR to fix this issue, and also a #65.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#67
No description provided.