Jam
Jam

Reputation: 51

Run Tortoise SVN client from Java

I need to call Tortoise SVN client from Java applications. In fact I have entire control of SVN client from Java. The application must be aware of the results of the execution of operations.

Does anyone know if it can be performed safely?

Thanks

Upvotes: 2

Views: 1464

Answers (1)

Midhat
Midhat

Reputation: 17810

You might want to use a SVN client library like SVNKit instead of trying to control tortoiseSVN.

Upvotes: 8

Related Questions