I am using SVNKit to access VisualSVN Server from my java code.
My application is a Dynamic web application. I am using Struts2.
I am done with the connection & authentication part from my java code.
I want to upload a file into the repository directly.
Is it possible to directly upload a file into the repository from java code?If yes, then how should I proceed and what approach should I follow?
Please help me out I am in need..