Re: svn commit: r1299972 - /subversion/trunk/subversion/tests/cmdline/svntest/main.py

2012-03-12 Thread Greg Stein
On Tue, Mar 13, 2012 at 00:55, wrote: >... > +++ subversion/trunk/subversion/tests/cmdline/svntest/main.py Tue Mar 13 > 04:55:26 2012 > @@ -36,6 +36,7 @@ import optparse >  import xml >  import urllib >  import logging > +import cStringIO as StringIO No need to rename this module, as is typical

Re: svn commit: r1299956 - /subversion/trunk/subversion/tests/cmdline/svntest/wc.py

2012-03-12 Thread Greg Stein
On Mon, Mar 12, 2012 at 22:21, wrote: >... > +++ subversion/trunk/subversion/tests/cmdline/svntest/wc.py Tue Mar 13 > 02:21:36 2012 > @@ -29,6 +29,7 @@ import re >  import urllib >  import logging >  import pprint > +import cStringIO as StringIO >... > +  o = StringIO() I don't see how a func-c

Re: svn commit: r1299956 - /subversion/trunk/subversion/tests/cmdline/svntest/wc.py

2012-03-12 Thread Greg Stein
On Mon, Mar 12, 2012 at 22:21, wrote: > Author: hwright > Date: Tue Mar 13 02:21:36 2012 > New Revision: 1299956 > > URL: http://svn.apache.org/viewvc?rev=1299956&view=rev > Log: > Fix pretty-printing of some datastructures broken in r1299950. > > It turns out that we have a few datastructures wi

Re: Segfault in SVN 1.7.4

2012-03-12 Thread svn
On Mon, Mar 12, 2012 at 08:30:42PM -0700, s...@feb17.org wrote: > > s...@feb17.org writes: > > > > > to realize it was segfaulting on the linux side. I've upgraded to > > > 1.7.4 and the problem remains. I finally ran the operation with > > > apache runnning in GDB and it's a strlen operation th

Re: Segfault in SVN 1.7.4

2012-03-12 Thread svn
> s...@feb17.org writes: > > > to realize it was segfaulting on the linux side. I've upgraded to > > 1.7.4 and the problem remains. I finally ran the operation with > > apache runnning in GDB and it's a strlen operation that fails. A lot > > of vars are optimized out so I didn't get much more i

Re: svn ingores DESTDIR, was: link error with 1.7.3

2012-03-12 Thread Stefan Sperling
On Mon, Mar 12, 2012 at 10:20:55PM +0100, Roderich Schupp wrote: > On Mon, Mar 12, 2012 at 16:12, Stefan Sperling wrote: > > It might be some dependency that rupert needs for this build and which > > is either located in /usr/lib64 or needs a library installed there. > > Probably. But that is no

Re: mod_svn 1.7.3 fails to build apache 2.4.1

2012-03-12 Thread Mario Brandt
Hi, the tests took felt forever. However. Against apache 2.2 without the patch C:\python27\python win-tests.py -r --httpd-dir=C:\Apache22-x86 Summary of test results: 1452 tests PASSED 73 tests SKIPPED 21 tests XFAILED (1 WORK-IN-PROGRESS) 68 tests FAILED against apache 2.4 with the pa

Re: svn ingores DESTDIR, was: link error with 1.7.3

2012-03-12 Thread Roderich Schupp
On Mon, Mar 12, 2012 at 16:12, Stefan Sperling wrote: > It might be some dependency that rupert needs for this build and which > is either located in /usr/lib64 or needs a library installed there. Probably. But that is no reason to inject -L/usr/lib64 into the linker flags - pkg-config files shou

Re: Compressed Pristines

2012-03-12 Thread Ashod Nakashian
- Original Message - > From: Hyrum K Wright > To: Ashod Nakashian > Cc: Philip Martin ; Greg Stein > ; "dev@subversion.apache.org" > Sent: Monday, March 12, 2012 5:31 PM > Subject: Re: Compressed Pristines > > On Mon, Mar 12, 2012 at 7:11 AM, Ashod Nakashian > wrote: >> - Origin

RE: Compressed Pristines

2012-03-12 Thread Bert Huijben
> -Original Message- > From: Mark Phippard [mailto:markp...@gmail.com] > Sent: maandag 12 maart 2012 16:26 > To: Erik Huelsmann > Cc: dev > Subject: Re: Compressed Pristines > > On Mon, Mar 12, 2012 at 11:15 AM, Erik Huelsmann > wrote: > > > Exactly. So what you found is that for any eol

Re: Compressed Pristines

2012-03-12 Thread Mark Phippard
On Mon, Mar 12, 2012 at 11:15 AM, Erik Huelsmann wrote: > Exactly. So what you found is that for any eol style other than native, we > use exactly that style. For native, we use LF. Just to bring this back on topic and to my original question, I was asking whether Hyrum's assertion that we pass

Fwd: Compressed Pristines

2012-03-12 Thread Erik Huelsmann
Forwarding my response back to the list... -- Forwarded message -- From: Erik Huelsmann Date: Mon, Mar 12, 2012 at 4:14 PM Subject: Re: Compressed Pristines To: Johan Corveleyn Hi Johan, > Has nothing to do with the property. The pristine matches the repository, > > byte for b

Re: svn ingores DESTDIR, was: link error with 1.7.3

2012-03-12 Thread Stefan Sperling
On Mon, Mar 12, 2012 at 07:18:36AM -0700, roderich.sch...@googlemail.com wrote: > On Mar 12, 9:51 am, Stefan Sperling wrote: > > Well,is libtool is constructing a linker command that which > > contains -L /usr/lib64 which causes the linker to pick up svn > > libraries that are already installed th

Re: Compressed Pristines

2012-03-12 Thread Johan Corveleyn
On Mon, Mar 12, 2012 at 3:03 PM, Greg Stein wrote: > > On Mar 12, 2012 9:59 AM, "Johan Corveleyn" wrote: >>... > > >> (BTW: the pristine file (on Windows) only has LF line-endings when >> svn:eol-style=native (or =LF). When it's svn:eol-style=CRLF, the >> pristine file has CRLF (as does the file

Re: svn ingores DESTDIR, was: link error with 1.7.3

2012-03-12 Thread roderich.sch...@googlemail.com
On Mar 12, 9:51 am, Stefan Sperling wrote: > Well,is libtool is constructing a linker command that which > contains -L /usr/lib64 which causes the linker to pick up svn > libraries that are already installed there. It's most likely not libtool itself that's to blame here. May bet is on some misco

Re: Compressed Pristines

2012-03-12 Thread Greg Stein
On Mar 12, 2012 9:59 AM, "Johan Corveleyn" wrote: >... > (BTW: the pristine file (on Windows) only has LF line-endings when > svn:eol-style=native (or =LF). When it's svn:eol-style=CRLF, the > pristine file has CRLF (as does the file in the repository)) Has nothing to do with the property. The pr

Re: Compressed Pristines

2012-03-12 Thread Johan Corveleyn
On Mon, Mar 12, 2012 at 2:36 PM, Mark Phippard wrote: > On Mon, Mar 12, 2012 at 9:31 AM, Hyrum K Wright > wrote: > >> The primary issue when I looked at this problem was that the streamy >> abstraction is broken in several places, such as when we install the >> new pristine file.  There are also

Re: Compressed Pristines

2012-03-12 Thread Mark Phippard
On Mon, Mar 12, 2012 at 9:31 AM, Hyrum K Wright wrote: > The primary issue when I looked at this problem was that the streamy > abstraction is broken in several places, such as when we install the > new pristine file.  There are also certain consumers, such as a > external diff tools, that requir

Re: Compressed Pristines

2012-03-12 Thread Hyrum K Wright
On Mon, Mar 12, 2012 at 7:11 AM, Ashod Nakashian wrote: > - Original Message - > >> From: Philip Martin >> To: Ashod Nakashian >> Cc: Greg Stein ; "dev@subversion.apache.org" >> >> Sent: Monday, March 12, 2012 2:40 PM >> Subject: Re: Compressed Pristines >> >> Ashod Nakashian writes:

Re: Ruby bindings failing on buildbots

2012-03-12 Thread Hyrum K Wright
On Mon, Mar 12, 2012 at 12:11 AM, Joe Swatosh wrote: > On Fri, Mar 9, 2012 at 10:39 PM, Joe Swatosh wrote: >> On Fri, Mar 9, 2012 at 9:46 PM, Joe Swatosh wrote: >>> On Fri, Mar 9, 2012 at 2:44 AM, Philip Martin >>> wrote: The Ruby bindings are failing during check-swig-rb on the buildbots

Re: Compressed Pristines

2012-03-12 Thread Ashod Nakashian
- Original Message - > From: Philip Martin > To: Ashod Nakashian > Cc: Greg Stein ; "dev@subversion.apache.org" > > Sent: Monday, March 12, 2012 2:40 PM > Subject: Re: Compressed Pristines > > Ashod Nakashian writes: > >> * Are there any documentation/design/discussions on this fea

Re: Compressed Pristines

2012-03-12 Thread Philip Martin
Ashod Nakashian writes: > * Are there any documentation/design/discussions on this feature that > I could study? There has been some discussion in the past on the dev list. I don't think it is written down anywhere else. > * Who should coordinate and be contacted on decision points? The dev l

Re: Segfault in SVN 1.7.4

2012-03-12 Thread Philip Martin
s...@feb17.org writes: > I started having issues with svn a while back and it took me a while > to realize it was segfaulting on the linux side. I've upgraded to > 1.7.4 and the problem remains. I finally ran the operation with > apache runnning in GDB and it's a strlen operation that fails. A

Re: svn commit: r1296640 - use sizeof() instead of magic numbers

2012-03-12 Thread Stefan Fuhrmann
On 06.03.2012 12:48, Julian Foad wrote: stef...@apache.org wrote: URL: http://svn.apache.org/viewvc?rev=1296640&view=rev Log: * subversion/libsvn_repos/rev_hunt.c (svn_repos_get_committed_info): use sizeof() instead of magic numbers - committed_date_s = apr_hash_get(revprops, -

Re: Revprop caching 'n stuff

2012-03-12 Thread Stefan Fuhrmann
On 09.03.2012 17:12, Philip Martin wrote: Stefan Fuhrmann writes: * new definition: generations must be even numbered * writer stores timeout value (e.g. now() + 10s) * writer increments generation -> odd number (if the result is an even number, there are concurrent writes or one proce

Segfault in SVN 1.7.4

2012-03-12 Thread svn
I started having issues with svn a while back and it took me a while to realize it was segfaulting on the linux side. I've upgraded to 1.7.4 and the problem remains. I finally ran the operation with apache runnning in GDB and it's a strlen operation that fails. A lot of vars are optimized out s

Re: svn ingores DESTDIR, was: link error with 1.7.3

2012-03-12 Thread Stefan Sperling
On Sun, Mar 11, 2012 at 09:09:20PM -0700, rupert.thurner wrote: > nikolai did a quick test run, allow me to copy his comment. what > should we do about this "location resistence"? > > Configured like this : > ./configure --prefix=/opt/svn > > build and tested : > > ldd ./subversion/bindings/swi