I want to write a perl script by which I can checkout/checkin files from SVN repository.
I checked some Perl modules like Alien::SVN, SVN::Core, SVN::Client etc.
But I could not really find any function which does file checkout or check-in.
Can someone please help?
SVN::Client can both checkout and checkin files.
Here’s an excerpt from the docs on how to checkout:
And for checkin: