Subclipse API from a command line java application -


i trying create command line application tool download project svn database.

i have written code in java. have called method responsible open specified database give user credentials. here, need svnproviderplugin instance svnclientmanager, repositories , other attributes.

but, non-ide appliaction svnproviderplugin instance null.

i want know how retrieve svnclientmanager in java command line application using subclipse apis?

it not make sense try use subclipse this. subclipse provides api layer called svnclientadapter separate , can used in java app. might use not package it.

i consider using javahl or svnkit, 2 different svn api implementation svnclientadapter serves wrapper for. iow, long can control deployment, use 1 of directly.

or, if need simple checkout, why not run svn command line directly java? wrote svn benchmark tool in java uses command line. easy why not? reason use javahl or svnkit if need deep info not out of command line tool.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -