Is it possible to check out a single file from an SVN repository using SVNKit?
I have code to checkout a complete directory. But I need only a specific file to be checked out.
Is it possible to check out a single file from an SVN repository using SVNKit?
I have code to checkout a complete directory. But I need only a specific file to be checked out.
You can't check out a single file by any SVN client. You can get an unversioned file from a repository, using cat (redirected to file) or export.