John L. Poole wrote on Wed, Nov 02, 2016 at 13:22:45 -0700:
> In Subversion 1.9.4, the get-deps.sh script points to serf.googlecode.com
> which is no longer a valid URL for this project; serf moved to apache.org.
This has been fixed in HEAD:
% svn cat ^/subversion/branches/1.9.x/get-deps.sh | gre
In Subversion 1.9.4, the get-deps.sh script points to
serf.googlecode.com which is no longer a valid URL for this project;
serf moved to apache.org.Consequently, using get-deps.sh as
instructed causes the build to fail. This is a bug, but I dare not open
a bug because of the stated policy
On Wed, Nov 2, 2016 at 8:41 PM, Daniel Shahaf wrote:
> Thanks, Roderich. Could you update the log message with an appropriate
> "Verbed by"[1] clause, for contribulyzer?
>
Done.
> I assume this should be backported, in which case, here is my +0 for
> backport of the patch as committed.
>
> No
roderich.sch...@gmail.com wrote on Wed, Nov 02, 2016 at 12:36:02 -0700:
> Commited as 1767768, slightly modified to address the above concerns.
Thanks, Roderich. Could you update the log message with an appropriate
"Verbed by"[1] clause, for contribulyzer?
I assume this should be backported, in
On Wednesday, November 2, 2016 at 7:48:04 PM UTC+1, Daniel Shahaf wrote:
>
> Do the perl bindings use C89, like libsvn*? C89 forbids middle-of-block
> declarations.
> ...
> The two maybe_croak() calls after this line (one of them in the patch
> context, one just below it) would now print two r
Rainer Müller wrote on Wed, Nov 02, 2016 at 18:29:04 +0100:
> Index: subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c
> ===
> --- subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c
> (revision 1767623)
> +++
Hello,
when passing a revision string in the form of "{DATE}" to the Perl
bindings, the passed string is unexpectedly modified during parsing and
the closing brace will be removed. Here is a Perl script reproducing the
issue with an example:
---8<---
use SVN::Client;
my $ctx = SVN::Client->new(
Bert Huijben wrote on Wed, Nov 02, 2016 at 11:57:29 +0100:
>
>
> > -Original Message-
> > From: Dengke Du [mailto:dengke...@windriver.com]
> > Sent: woensdag 2 november 2016 10:22
> > To: dev@subversion.apache.org
> > Subject: [PATCH] fix "svnadmin create" fail on x86
> >
> > When run th
> -Original Message-
> From: Dengke Du [mailto:dengke...@windriver.com]
> Sent: woensdag 2 november 2016 10:22
> To: dev@subversion.apache.org
> Subject: [PATCH] fix "svnadmin create" fail on x86
>
> When run the following command on x86:
>
> svnadmin create /var/test_repo
>
>
When run the following command on x86:
svnadmin create /var/test_repo
It cause segmentation fault error like the following:
[16499.751837] svnadmin[21117]: segfault at 83 ip f74bf7f6 sp
ffdd9b34 error 4 in libc-2.24.so[f7441000+1af000]
Segmentation fault
10 matches
Mail list logo