Access to files via Java Main()

rht1369 picture rht1369 on Thu 06 Oct, 2011 22:35:40 +0000

How can I access to my repository files via Java main in order to download or edit them?

Forum Topic Options

rs picture

rs on Fri 07 Oct, 2011

Are you looking to access files in your Subversion repository ?

rht1369 picture

rht1369 on Fri 07 Oct, 2011

yes, in fact I have several client application that wants to download from or upload files to this repository.

rs picture

rs on Sat 08 Oct, 2011

You can either use something like Subversion’s JavaHL API, or even SVNKit

You do not have sufficient permissions to comment