checkout Selected files using batch file from Tortoise SVN

894 Views Asked by At

i wan't to check only the selected files from the SVN instead of checkout entire GB'd of data using batch files .. those files may be in different folders .

1

There are 1 best solutions below

5
On
  1. You can't checkout single file, less possible SOURCE URL is only parent folder of file
  2. You can svn cat any file from repository-URL and redirect output into local file, but this file will be:
    • Unversioned data
    • Unrelated to repository