Re: Sample repo dump

2014-11-05 Thread Daniel Shahaf
Andreas Stieger wrote on Wed, Nov 05, 2014 at 11:57:26 +: > Hello, > > > On 4 Nov 2014, at 08:15, Baruch Burstein wrote: > > > > I am working on a tool that will extract data from svn dumps (such as > > produced by `svnadmin dump` and `svnrdump`). > > You will probably find the API, bindin

Subversion crash report

2014-11-05 Thread Jesse Farnham
This occurred while running an svn merge from trunk to a branch. Disclaimer: This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail in error, please notify the sender immediately and

Re: pysvn does not build against 1.9-alpha2 because of incomplete type 'const svn_sort__item_t'

2014-11-05 Thread Mark Phippard
On Wed, Nov 5, 2014 at 12:35 PM, Ben Reser wrote: > On 11/5/14 10:49 AM, Barry Scott wrote: > > I have been building pysvn against the latest svn kits. 1.7.18, 1.8.10 > and 1.9.0-alpha2 > > using the Mac OS X Xcode 6.1 command line tools, clang is the compiler > not gcc. > > > > Compiling and tes

Re: pysvn does not build against 1.9-alpha2 because of incomplete type 'const svn_sort__item_t'

2014-11-05 Thread Ben Reser
On 11/5/14 12:37 PM, Mark Phippard wrote: > FWIW, Barry is the pysvn developer. Ahh well then never mind my pointer to his project.

Re: pysvn does not build against 1.9-alpha2 because of incomplete type 'const svn_sort__item_t'

2014-11-05 Thread Ben Reser
On 11/5/14 10:49 AM, Barry Scott wrote: > I have been building pysvn against the latest svn kits. 1.7.18, 1.8.10 and > 1.9.0-alpha2 > using the Mac OS X Xcode 6.1 command line tools, clang is the compiler not > gcc. > > Compiling and testing pysvn against 1.7.18 and 1.8.10 works with no errors.

pysvn does not build against 1.9-alpha2 because of incomplete type 'const svn_sort__item_t'

2014-11-05 Thread Barry Scott
I have been building pysvn against the latest svn kits. 1.7.18, 1.8.10 and 1.9.0-alpha2 using the Mac OS X Xcode 6.1 command line tools, clang is the compiler not gcc. Compiling and testing pysvn against 1.7.18 and 1.8.10 works with no errors. But I get compile errors when compiling pysvn agains

Re: Sample repo dump

2014-11-05 Thread Andreas Stieger
Hello, > On 4 Nov 2014, at 08:15, Baruch Burstein wrote: > > I am working on a tool that will extract data from svn dumps (such as > produced by `svnadmin dump` and `svnrdump`). You will probably find the API, bindings and tools support for loaded repositories much more complete and suitable