我在存储库中有一个文件夹:
svn/Repo/trunk/Folder
我想将所有文件导出Folder
到本地目录:
C:\AnotherFolder
如果我从存储库导出到本地文件夹,它会导出所有文件,包括父文件夹,所以我最终得到以下结构:
C:\AnotherFolder\Folder\file1
C:\AnotherFolder\Folder\file2
etc
如何在没有父目录的情况下导出?所以我得到类似的东西:
C:\AnotherFolder\file1
C:\AnotherFolder\file2