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 performe开发者_Go百科d safely?
Thanks
You might want to use a SVN client library like SVNKit instead of trying to control tortoiseSVN.
精彩评论