Re: Bochs official github account

Saulius Krasuckas <[email protected]> Sun, 01 Aug 2021 11:57:02 +0300
Newsgroups gmane.comp.emulators.bochs.devel
Message-ID <[email protected]>
* On 2021-08-01 11:42, Dmitry A wrote:
> I can't checkout svn code for some reason ...

For me it just works.  It took circa 10 seconds to complete:

| [p@localhost src]$ time svn checkout 
https://svn.code.sf.net/p/bochs/code/trunk bochs-code
| A    bochs-code/bochs
| A    bochs-code/bochs/bios
| A    bochs-code/bochs/bios/BIOS-bochs-latest
| A    bochs-code/bochs/bios/BIOS-bochs-legacy
| A    bochs-code/bochs/bios/rombios.c
| A    bochs-code/bochs/bios/rombios.h
   ...
| A    bochs-code/bochs-performance/workload/run-benchmark
| A    bochs-code/bochs-performance/patch.make-reset-panic
| A    bochs-code/bochs-performance/patch.disable-smf
| A    bochs-code/bochs-performance/patch.disable-smf-cpu
| A    bochs-code/bochs-performance/patch.boost-logfns
| A    bochs-code/bochs-performance/patch.no-logging
| Checked out revision 14332.
|
| real    0m10.726s
| user    0m1.670s
| sys     0m1.328s


What OS and client version do you run?
Mine are CentOS 7.9 + SVN v1.7.14:

| [p@localhost src]$ cat /etc/redhat-release
| CentOS Linux release 7.9.2009 (Core)

| [p@localhost src]$ svn --version | head
| svn, version 1.7.14 (r1542130)
|    compiled Sep 30 2020, 17:44:04
|
| Copyright (C) 2013 The Apache Software Foundation.
| This software consists of contributions made by many people; see the 
NOTICE
| file for more information.
| Subversion is open source software, see http://subversion.apache.org/
|
| The following repository access (RA) modules are available:

S.