Re: [PATCH] Fix recover/hotcopy erroring out for old FSFS repositories
From: Evgeny Kotkov <evgeny.kotkov_at_visualsvn.com>
Date: Tue, 18 Feb 2014 03:10:32 +0400
> Here is the fixup for the problem I was talking about in
I had some time to think about this patch and so, here is a reroll.
The recover_get_root_offset() function from the previous version of this patch
- It avoids seeking to a negative offset for the scenarios when the revision
- It avoids touching internal svn_stringbuf_t fields (such as DATA and LEN)
- Relying on the allocator-specific BLOCKSIZE when determining the buffer size
- svn_io_file_read(), as opposed to svn_io_file_read_full2(), can read any
There are no changes apart from mentioned above.
Regards,
|
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.