I think we should get this merged to trunk.
The original email asking to start this merge happened back in August here:
https://mail-archives.apache.org/mod_mbox/subversion-dev/201408.mbox/%3C53E1C1D7.2040005%40reser.org%3E
Since that email the checksum formatting code was removed and there have
On 27.01.2015 14:29, Ivan Zhakov wrote:
> On 27 January 2015 at 14:16, wrote:
>> Author: stefan2
>> Date: Tue Jan 27 11:16:35 2015
>> New Revision: 1655008
>>
>> URL: http://svn.apache.org/r1655008
>> Log:
>> Make the test added in r1654933 somewhat more robust by using the
>> parser / serializer
On 27 January 2015 at 14:16, wrote:
> Author: stefan2
> Date: Tue Jan 27 11:16:35 2015
> New Revision: 1655008
>
> URL: http://svn.apache.org/r1655008
> Log:
> Make the test added in r1654933 somewhat more robust by using the
> parser / serializer functions provided by FSFS.
>
> * subversion/test
On 27.01.2015 13:38, Philip Martin wrote:
> Daniel Shahaf writes:
>
>> Where should we introduce dual pools?
> Every function that returns a result allocated in a pool is a candidate.
> I think it requires more justification for such a function to be single
> pool.
>
>> The callstack is single-po
Daniel Shahaf writes:
> Where should we introduce dual pools?
Every function that returns a result allocated in a pool is a candidate.
I think it requires more justification for such a function to be single
pool.
> The callstack is single-pool all
> the way to the public entry point svn_versio
On Tue, Jan 27, 2015 at 11:24:04AM +, Daniel Shahaf wrote:
> That's what my first version of the patch did, but it resulted in this:
>
> System information:
>
> * running on x86_64-unknown-linux-gnu
> - "Debian GNU/Linux 7 (wheezy)" [Linux 3.2.0-4-amd64]
>
> and I figured i
Philip Martin wrote on Tue, Jan 27, 2015 at 11:28:35 +:
> Daniel Shahaf writes:
>
> > +static const char *
> > +systemd_release(apr_pool_t *pool)
> > +{
> > + svn_error_t *err;
> > + svn_stream_t *stream;
> > +
> > + err = svn_stream_open_readonly(&stream, "/etc/os-release", pool, pool);
.
On Tue, Jan 27, 2015 at 11:19 AM, Daniel Shahaf
wrote:
> Good morning Stefan,
>
> stef...@apache.org wrote on Tue, Jan 27, 2015 at 01:48:08 -:
> > + /* Redirect text rep to props rep. */
> > + rev_path = svn_fs_fs__path_rev_absolute(fs, rev, pool);
> > + SVN_ERR(svn_stringbuf_from_file2(&r
Branko Čibej wrote on Tue, Jan 27, 2015 at 11:41:27 +0100:
> On 27.01.2015 11:14, Daniel Shahaf wrote:
> > + /* Are there exactly two double quotes, at the first and last positions?
> > */
> > + if (str[0] == '"' && (second_double_quote = strchr(str+1, '"'))
> > + && second_double_quote[1]
Daniel Shahaf writes:
> +static const char *
> +systemd_release(apr_pool_t *pool)
> +{
> + svn_error_t *err;
> + svn_stream_t *stream;
> +
> + err = svn_stream_open_readonly(&stream, "/etc/os-release", pool, pool);
> + if (err && APR_STATUS_IS_ENOENT(err->apr_err))
> +{
> + svn_error
Stefan Sperling wrote on Tue, Jan 27, 2015 at 11:39:26 +0100:
> On Tue, Jan 27, 2015 at 10:14:50AM +, Daniel Shahaf wrote:
> > +/* Attempt to strip double quotes from a string.
> > + *
> > + * The string considered is (STR->DATA + OFFSET). If it starts
> > + * and ends with double quotes, and
On 27.01.2015 11:14, Daniel Shahaf wrote:
> [[[
> svn --version --verbose: Support /etc/os-release, the systemd "what distro
> am I running" API.
>
> * subversion/libsvn_subr/sysinfo.c
> (linux_release_name): Try /etc/os-release if /usr/bin/lsb_release fails.
> (systemd_release): New helper for
On Tue, Jan 27, 2015 at 10:14:50AM +, Daniel Shahaf wrote:
> [[[
> svn --version --verbose: Support /etc/os-release, the systemd "what distro
> am I running" API.
>
> * subversion/libsvn_subr/sysinfo.c
> (linux_release_name): Try /etc/os-release if /usr/bin/lsb_release fails.
> (systemd_re
Good morning Stefan,
stef...@apache.org wrote on Tue, Jan 27, 2015 at 01:48:08 -:
> + /* Redirect text rep to props rep. */
> + rev_path = svn_fs_fs__path_rev_absolute(fs, rev, pool);
> + SVN_ERR(svn_stringbuf_from_file2(&rev_contents, rev_path, pool));
> +
> + props_line = get_line(rev_co
[[[
svn --version --verbose: Support /etc/os-release, the systemd "what distro
am I running" API.
* subversion/libsvn_subr/sysinfo.c
(linux_release_name): Try /etc/os-release if /usr/bin/lsb_release fails.
(systemd_release): New helper for linux_release_name().
(remove_shell_quoting): New he
Hi,
Some of our clients[2] users want an automatic polling for updates and locks by
other users.
To prevent the clients from "hammering" the servers, I want to implement some
rate limiting. Is the svnrobotx.txt[1] the recommended way to allow such rate
limiting to be configured by the server a
16 matches
Mail list logo