I want to check-in/check-out files from/to SVN through a java program. Can you please guide me how it can be done. I am looking at SVNKit.
updated:
How does eclipse do the check-in/check-out to SVN?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should read the SVNKit Documentation, particularly the examples on committing to a repositor and receiving changes from a repository.
Bear in mind that SVN doesn’t work on a check-in or check-out model exclusively, although locks are supported. If other clients are accessing the same repository, you will need to be able to to merge changes too.