[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Subversion ruby bindings for win32

Luis Lavena

2/24/2006 6:49:00 PM

Already have tried contact subversion ppl, all without luck.

I'm limited to a winbox at the office, and wanted to run collaboa (which
uses svn ruby bindings).

The thing is that officialy there isn't (nor will be) official ruby
bindings for win32 (debian guy, Kouhei Sutou).

Tried compile subversion using vc2003, but raised some incompatibilities
in the process (anyway, I have free visual c, not visual studio, which
is needed).

Anyone made progress in this area? I know win32 isn't as good as linux
for this, but still want to try.

Thank you for your time,

Luis

--
Posted via http://www.ruby-....


2 Answers

Alex Combas

2/25/2006 11:51:00 PM

0

On 2/24/06, Luis Lavena <luislavena@gmail.com> wrote:> Already have tried contact subversion ppl, all without luck.>> I'm limited to a winbox at the office, and wanted to run collaboa (which> uses svn ruby bindings).>> The thing is that officialy there isn't (nor will be) official ruby> bindings for win32 (debian guy, Kouhei Sutou).You may already be aware, and if so then please ignore me, but thereis an svn binary available for Windows already. Perhaps building svn yourself isnot even nessisary??--Alex Combashttp://noodlejunkie.blo...

Luis Lavena

2/27/2006 4:02:00 AM

0

Alex Combas wrote:
> On 2/24/06, Luis Lavena <luislavena@gmail.com> wrote:
>> Already have tried contact subversion ppl, all without luck.
>>
>> I'm limited to a winbox at the office, and wanted to run collaboa (which
>> uses svn ruby bindings).
>>
>> The thing is that officialy there isn't (nor will be) official ruby
>> bindings for win32 (debian guy, Kouhei Sutou).
>
> You may already be aware, and if so then please ignore me, but there
> is an svn binary available for Windows already. Perhaps building svn
> yourself is
> not even nessisary??

You are talking about svn binaries, the command line tool you could use.
I'm aware of. thank you.

What I'm talking about is the ruby bindings which provide subversion
capabilities to your program, without using/doing system calls.

That bindings are the one used by collaboa (www.collaboa.org) to provide
trac-like interface (browser) to your repository.

Again, thank you for your answer.

Luis

--
Posted via http://www.ruby-....