file-descriptor probs.
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-09-19 21:46:38 CEST
So I've got a bug in libsvn_ra_dav/commit.c:commit_stream_close().
ra_dav's commit editor (apply_textdelta) dumps svndiff data into a
The old system (which worked):
* The tmpfile is an apr_file_t that used to be created directly by
* in commit_stream_close,
The new system
* The tmpfile is created by libsvn_client; ra_dav invokes a
* in commit_stream_close,
- the apr_file_t is rewound using apr_file_seek()
The bug I'm seeing is that the PUT is hanging forever; gdb indicates
My assumption is that somehow the filedescriptor isn't being rewound?
Joe, any ideas?
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.