views:

156

answers:

1

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

+8  A: 

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

Midhat