Re: SHA-1 collision in repository?

2018-03-07 Thread Myria
The fulltext whose checksum is 80a10d37de91cadc604ba30e379651b3 I found out is the first 16384 bytes of the file (see other parts of this thread). 16384 is SVN__STREAM_CHUNK_SIZE. On Fri, Mar 2, 2018 at 3:07 PM, Daniel Shahaf wrote: > Daniel Shahaf wrote on Fri, Mar 02,

Re: subversion not detecting apr and apr-utils libraries

2018-03-07 Thread Philip Martin
Guido granda muñoz writes: > I'm trying to install subversion 1.9.7 in Ubuntu 16.04 using its source > code. When I do ./configure ./configure --with-apr=/usr/lib/apache2 > --with-apr-util=/usr/lib/apache2 , I get the following error: configure should find apr/aprutil on

Re: SHA-1 collision in repository?

2018-03-07 Thread Myria
During rep_write_contents_close, there is a call to get_shared_rep. get_shared_rep calls svn_fs_fs__get_contents_from_file, which has the code pasted below. /* Build the representation list (delta chain). */ if (rh->type == svn_fs_fs__rep_plain) { rb->rs_list = apr_array_make(pool,

Re: SHA-1 collision in repository?

2018-03-07 Thread Nathan Hartman
On Mar 5, 2018, at 10:54 PM, Myria wrote: > > Final email for the night >.< > > What's clobbering the expanded_size is this in build_rep_list: > > /* The value as stored in the data struct. > 0 is either for unknown length or actually zero length. */ > *expanded_size

Re: subversion not detecting apr and apr-utils libraries

2018-03-07 Thread Guido granda muñoz
Hello, Thanks for the help. I tried using apr-config and the configuration went well, however, I got the following error doing the make check: collect2: error: ld returned 1 exit status build-outputs.mk:485: recipe for target 'subversion/libsvn_subr/ libsvn_subr-1.la' failed make: ***

Re: subversion not detecting apr and apr-utils libraries

2018-03-07 Thread Paul Hammant
Guido, https://issues.apache.org/jira/browse/SERF-188 might have a bearing too depending on your flavor of Linux. - Paul

Re: E130003: The XML response contains invalid XML - svn co and log issue on some repos using https/http

2018-03-07 Thread Johan Corveleyn
On Tue, Mar 6, 2018 at 5:21 PM, NOCERA, ANDY wrote: > John, > > Good feedback. > > Svnadmin 1.9 verify is showing the error also. I did a dump and load and it > resolved that repo.Having reviewed my repos, it looks like around 30% > have this issue. Not sure what we

Re: subversion not detecting apr and apr-utils libraries

2018-03-07 Thread David Chapman
On 3/6/2018 6:54 PM, Guido granda muñoz wrote: Hello, I'm trying to install subversion 1.9.7 in Ubuntu 16.04 using its source code. When I do ./configure ./configure --with-apr=/usr/lib/apache2 --with-apr-util=/usr/lib/apache2 , I get the following error: configure: Configuring Subversion