Re: New Mac Subversion Client

2016-05-20 Thread Nico Kadel-Garcia
On Thu, May 19, 2016 at 6:22 AM, Jonathan Guy  wrote:
> I apologise if this appears to be spam but this is in no way my intension as 
> this will be my only post.
> I have just spent a considerable number of years developing a new client for 
> the Mac which started out as a hobby but ended up becoming something slightly 
> bigger.
> If anyone is interested it is called Xversion and can be found at 
> http://www.ikoder.com.
> I would appreciate any feedback anyone has.
>
> Thanks
>
> Jonathan Guy

Definitely not spam: it's a relevant product in a relevant venue.It's
not clear what version of Subversion it's tied to you might mention
that on the early specs.


Re: New Mac Subversion Client

2016-05-20 Thread Jonathan Guy
OK just to clarify.
The app currently has "built-in" libraries for subversion 1.6.23, 1.7.22, 
1.8.15, and 1.9.3.
It does not use any installed version you may have.
The libraries are loaded dynamically into their own namespace on demand meaning 
all libraries can be loaded at the same time.
If your working copies are derived from Subversion 1.6 -> 1.9 then you can work 
with them all simultaneously.

Regards

Jonathan

> On 20 May 2016, at 13:48, Nico Kadel-Garcia  wrote:
> 
> On Thu, May 19, 2016 at 6:22 AM, Jonathan Guy  wrote:
>> I apologise if this appears to be spam but this is in no way my intension as 
>> this will be my only post.
>> I have just spent a considerable number of years developing a new client for 
>> the Mac which started out as a hobby but ended up becoming something 
>> slightly bigger.
>> If anyone is interested it is called Xversion and can be found at 
>> http://www.ikoder.com.
>> I would appreciate any feedback anyone has.
>> 
>> Thanks
>> 
>> Jonathan Guy
> 
> Definitely not spam: it's a relevant product in a relevant venue.It's
> not clear what version of Subversion it's tied to you might mention
> that on the early specs.



Re: New Mac Subversion Client

2016-05-20 Thread Eric Johnson



On 5/20/16 6:27 AM, Jonathan Guy wrote:

OK just to clarify.
The app currently has "built-in" libraries for subversion 1.6.23, 1.7.22, 
1.8.15, and 1.9.3.
It does not use any installed version you may have.
The libraries are loaded dynamically into their own namespace on demand meaning 
all libraries can be loaded at the same time.
If your working copies are derived from Subversion 1.6 -> 1.9 then you can work 
with them all simultaneously.


That's a neat trick!

Eric