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

2014-11-06 Thread Branko Čibej
On 07.11.2014 05:40, Nico Kadel-Garcia wrote: > On Thu, Nov 6, 2014 at 2:39 PM, Ryan Schmidt > wrote: > >> Nothing in this thread so far has indicated MacPorts is in use. Did you mean >> to say clang instead of MacPorts? If so, then testing with clang is >> imperative because it is the only viab

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

2014-11-06 Thread Ben Reser
On 11/6/14 8:40 PM, Nico Kadel-Garcia wrote: > Isn't clang installed with MacPorts? Or is that just more recent > versions of clang? Barry said in his original posting he was using clang from XCode 6.1 command line tools package, which is Apple's official distribution of a compiler toolchain for O

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

2014-11-06 Thread Nico Kadel-Garcia
On Thu, Nov 6, 2014 at 2:39 PM, Ryan Schmidt wrote: > Nothing in this thread so far has indicated MacPorts is in use. Did you mean > to say clang instead of MacPorts? If so, then testing with clang is > imperative because it is the only viable compiler for use on OS X these days. Isn't clang i

Re: Incorrect 1.8.10 source in source download

2014-11-06 Thread Stuart Rossiter
Brane, [Not subscribed; please cc me on any replies.] Sorry, I think I've wasted your time. I tried to reproduce it at home and I can't. I suspect that I somehow mixed two releases (probably unzipping 1.8.10 code into existing HEAD code or something similar); it was a long day... Many apologie

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

2014-11-06 Thread Stefan Fuhrmann
On Thu, Nov 6, 2014 at 8:55 PM, Ben Reser wrote: > On 11/6/14 5:10 AM, Nico Kadel-Garcia wrote: > > Out of curiosity, do the same issues occur with gcc on a modern box? > > Ther'e's a lot to like about MacPorts, but I don't think it's the > > primary build and testing platform for Subversion. > >

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

2014-11-06 Thread Ben Reser
On 11/6/14 5:10 AM, Nico Kadel-Garcia wrote: > Out of curiosity, do the same issues occur with gcc on a modern box? > Ther'e's a lot to like about MacPorts, but I don't think it's the > primary build and testing platform for Subversion. Yes gcc is going to have the same issues because the declarat

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

2014-11-06 Thread jblist
> On Nov 6, 2014, at 12:39 PM, Ryan Schmidt > wrote: > > Nothing in this thread so far has indicated MacPorts is in use. Did you mean > to say clang instead of MacPorts? If so, then testing with clang is > imperative because it is the only viable compiler for use on OS X these days. Clang i

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

2014-11-06 Thread Ryan Schmidt
On Nov 6, 2014, at 7:10 AM, Nico Kadel-Garcia wrote: > On Wed, Nov 5, 2014 at 3:37 PM, Mark Phippard wrote: >> 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

Re: Incorrect 1.8.10 source in source download

2014-11-06 Thread Branko Čibej
On 06.11.2014 18:18, Stuart Rossiter wrote: > Brane, > > > Where did you download the source tarball from? > > The 'official' one from https://subversion.apache.org/download/. > > (Namely the 1.8.10 ZIP > one: > http://www.mirrorservice.org/sites/ftp.apache.org/subversion/subversion-1.8.10.zip.)

Re: Aw: Best Practices for Creating a New Branch

2014-11-06 Thread JesseC57
I am sorry, it happens when trying to switch the project. I think we know what he did, I have just gone through the gyrations to create a new branch and merge the broken branch with the new one which has fixed my ancestry issues.It appears that he originally botched the copy and then did some

Re: Incorrect 1.8.10 source in source download

2014-11-06 Thread Stuart Rossiter
Brane, > Where did you download the source tarball from? The 'official' one from https://subversion.apache.org/download/. (Namely the 1.8.10 ZIP one: http://www.mirrorservice.org/sites/ftp.apache.org/subversion/subversion-1.8.10.zip .) > JavaHL definitively works in 1.8.10; that's tested on sev

Re: Incorrect 1.8.10 source in source download

2014-11-06 Thread Branko Čibej
On 06.11.2014 16:27, Stuart Rossiter wrote: > All, > > [I'm not subscribed; please cc me in responses.] > > Just a quick report: the source download for 1.8.10 seems to be > broken: the JavaHL souce has compile errors (due to a missing static > enum Inheritance in MergeInfo that was introduced in

Incorrect 1.8.10 source in source download

2014-11-06 Thread Stuart Rossiter
All, [I'm not subscribed; please cc me in responses.] Just a quick report: the source download for 1.8.10 seems to be broken: the JavaHL souce has compile errors (due to a missing static enum Inheritance in MergeInfo that was introduced in r1499639, whereas the tagged source is r1485055). *The

Aw: Best Practices for Creating a New Branch

2014-11-06 Thread Andreas Stieger
Hi,   > [best practice for creating a new branch] svn cp and the Tortoise equivalent are... well... equivalent: http://svnbook.red-bean.com/nightly/en/svn.branchmerge.using.html#svn.branchmerge.using.create http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-branchtag.html#tsvn-dug-branch-

Best Practices for Creating a New Branch

2014-11-06 Thread JesseC57
So, what is the best practice for creating a new branch? We use SVN in windows so I right click on the folder and select Tortoise SVN and then Branch/Tag and have not had any problems. My Manager, and old school Linux guy, uses the command line and creates a copy which has resulted in the "does no

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

2014-11-06 Thread Nico Kadel-Garcia
On Wed, Nov 5, 2014 at 3:37 PM, Mark Phippard wrote: > 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 t

Fwd: Sample repo dump

2014-11-06 Thread Baruch Burstein
Resending to the list (accidentally replied privately) -- Forwarded message -- From: Baruch Burstein Date: Wed, Nov 5, 2014 at 3:07 PM Subject: Re: Sample repo dump To: Andreas Stieger On Wed, Nov 5, 2014 at 1:57 PM, Andreas Stieger wrote: > Hello, > > > On 4 Nov 2014, at 08: