On iCyPhy, the legacy workgroup svn update worked until the legacy workgroup wiki was added. Then update failed:
Working Directory: /home/www/cvswww/www.icyphy.org/legacy
Command:

/home/www/bin/vc-svn update --username vc@icyphy.org --config-dir /home/vc/.subversion-icyphy 2>&1 

Updating module legacy:
     svn: REPORT of '/svn/projects/icyphy/legacy/!svn/vcc/default': Could not read chunk size: Secure connection truncated (https://repo.eecs.berkeley.edu)
Done!

Workaround

It seemed like the directory was corrupted somehow. I was able to check out a copy of the tree and replace it. I had to copy the wiki/uploads and wiki.d files from the old to the new

Wiki Creation Command

Below is how the legacy workgroup wiki was added.
-bash-4.1$     /home/www/php/bin/svnwiki www.icyphy.org legacy
A         wiki
#####
If you are prompted for the password, then enter it. Hint: k
If you are prompted to save the password in clear text, then do so.
#####
Authentication realm:  UCB/EECS Subversion Repository
Password for 'vc@icyphy.org':

-----------------------------------------------------------------------
ATTENTION!  Your password for authentication realm:

    UCB/EECS Subversion Repository

can only be stored to disk unencrypted!  You are advised to configure
your system so that Subversion can store passwords encrypted, if
possible.  See the documentation for details.

You can avoid future appearances of this warning by setting the value
of the 'store-plaintext-passwords' option to either 'yes' or 'no' in
'/home/vc/.subversion/servers'.
-----------------------------------------------------------------------
Store password unencrypted (yes/no)? yes
Adding         wiki

Committed revision 6.
A         field.php
Adding         field.php
Transmitting file data .
Committed revision 7.
A         local
A         local/pgcust.php
svn: Commit failed (details follow):
svn: '/home/www/cvswww/www.icyphy.org/legacy/wiki/local' is not under version control and is not part of the commit, yet its child '/home/www/cvswww/www.icyphy.org/legacy/wiki/local/pgcust.php' is part of the commit
Edit /usr/local/apache/conf/rewrite.conf and add the following:

RewriteRule ^/legacy/wiki$ /legacy/wiki/ [R,L]
RewriteRule ^/legacy/wiki/$ /home/www/cvswww/%{HTTP_HOST}/legacy/wiki/field.php [L]
RewriteRule ^/legacy/wiki/Legacy$ /legacy/wiki/Legacy/Main [R,L]
RewriteRule ^/legacy/wiki/Legacy/$ /legacy/wiki/Legacy/Main [R,L]
RewriteRule ^/legacy/wiki/index.php$ /home/www/cvswww/%{HTTP_HOST}/legacy/wiki/field.php [L]
RewriteRule ^/legacy/wiki/([^/a-z].*) /home/www/cvswww/%{HTTP_HOST}/legacy/wiki/field.php?n=$1 [QSA,L]

Then, as root, run:

-bash-4.1$

Checking out the repo as a different user

As myself, running
svn co https://repo.eecs.berkeley.edu/svn/projects/icyphy/legacy/trunk/legacy
works