M
Mateusz Kyc
Hi all,
I need to create functionality to access svn repository in my
application. I tried subversion-ruby gem (which is very poorly
documented) and succeeded partially. As basic operation I need to
perform 'svn list https://my.remore.repo.com'. I made to perform svn
list on local copy but failed to make the same on remote. btw. I based
on unit tests here: http://svn.apache.org/repos/asf/subversion/trunk/subversion/bindings/swig/ruby/test/
Does anybody know how to do this? Or know where is any documentation
for this gem? Or know about any other useful gem to operate on svn
repos (with documentation please)?
Regards,
Mateusz
I need to create functionality to access svn repository in my
application. I tried subversion-ruby gem (which is very poorly
documented) and succeeded partially. As basic operation I need to
perform 'svn list https://my.remore.repo.com'. I made to perform svn
list on local copy but failed to make the same on remote. btw. I based
on unit tests here: http://svn.apache.org/repos/asf/subversion/trunk/subversion/bindings/swig/ruby/test/
Does anybody know how to do this? Or know where is any documentation
for this gem? Or know about any other useful gem to operate on svn
repos (with documentation please)?
Regards,
Mateusz