Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cygwin 3.4/3.5&mingw svn fails on a NFS4 share during svn checkout #14

Open
brownmarkliam opened this issue Jun 14, 2024 · 1 comment
Open

Comments

@brownmarkliam
Copy link

Cygwin 3.4/3.5&mingw svn fails on a NFS4 share during checkout

svn checkout https://svn.freebsd.org/base/head/share/man
A man/man4
A man/man4/tcp.4
A man/man4/ndis.4
A man/man4/Makefile
A man/man4/altq.4
A man/man4/miibus.4
A man/man4/vlan.4
A man/man4/ng_macfilter.4
A man/man4/mn.4
A man/man4/ossl.4
A man/man4/ktls.4
A man/man4/ftwd.4
A man/man4/inet6.4
A man/man4/crypto.4
A man/man4/rtsx.4
A man/man4/isp.4
svn: E200030: sqlite[S11]: database disk image is malformed
svn: E200042: Additional errors:
svn: E200030: sqlite[S11]: database disk image is malformed
svn: E200030: sqlite[S11]: database disk image is malformed
svn: E200030: sqlite[S11]: database disk image is malformed

This works on C: (/cygdrive/c).

Any thoughts?

@gisburn
Copy link
Contributor

gisburn commented Jun 19, 2024

Yes, this is a bug.

The workaround (as documented in 2f9bef8) is to mount the filesystem with the "writethru" option, e.g. $ /sbin/nfs_mount -o rw,writethru 'j' derfwpc5131:/export/home/rmainz #

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants