Subversion FSFS logical addressing and packed shard

2016-02-07 Thread Yves Martin
Hello, I would like to better understand how logical addressing has impact on packed shard. My objective is to provide a "unpack" feature with logical addressing in my version of "fsfs-reshard.py" script: https://github.com/ymartin59/svn-fsfs-reshard Do you have any hints to help me in that job

Re: [PATCH] Fix for access violation in svn_fs__path_valid()

2016-02-07 Thread Stefan
On 2/7/2016 01:22, Daniel Shahaf wrote: Stefan wrote on Mon, Feb 01, 2016 at 00:34:32 +0100: +++ fs-loader.c (working copy) @@ -461,7 +461,8 @@ if (! svn_utf__cstring_is_valid(path)) { return svn_error_createf(SVN_ERR_FS_PATH_SYNTAX, NULL, - _("Pat

RE: [RFE] Make 'svn patch' read from STDIN

2016-02-07 Thread Bert Huijben
Well.. Perhaps ^D works on your platform, but you will need other keys on other platforms. And ^D doesn’t abort, but signals successful EOF, so you need a different description else. Creating a temporary file from the calling process/shell is most likely not much harder than in Subversion itsel