Re: Bochs official github account

Saulius Krasuckas <[email protected]> Sun, 01 Aug 2021 11:28:47 +0300
Newsgroups gmane.comp.emulators.bochs.devel
Message-ID <[email protected]>
* On 2021-08-01 06:25, Dmitry A wrote:
> Is there github account of Bochs?

I highly doubt that because all the development seems to be taking place 
inside a SVN repository on SF.net: 
https://sourceforge.net/p/bochs/code/commit_browser

> Fixed some MSVC warnings in the cpu code (unsafe use of bool type).
> 
> Authored by: vruppert 4 days ago
> 
> Browse code at this revision
> Parent: [r14327]

Might be a good idea to add it here or there:
https://github.com/mirror/
https://github.com/svn2github/

But periodic conversion from SVN to Git needs additional skills and some 
computing resources (hosting):
http://piotr.gabryjeluk.pl/blog:closing-svn2github
https://gist.github.com/stefanfoulis/909746
https://danielpocock.com/automatically-mirroring-svn-repositories-to-git-and-github/
https://www.coveros.com/branch-pattern-for-importing-complicated-codebases-from-subversion-to-git/

Some organizations used separate svn2git (AKA svn-all-fast-export) tool 
instead of "git svn":
https://smartbear.com/blog/migrating-from-subversion-to-git-lessons-learned/
https://reactos.org/project-news/reactos-repository-migrated-github/
https://thomas.inf3.ch/2017-05-12-subversion-migration/index.html

So that's a bit of effort to do.

S.