Is there a way to checkout single file from different SVN directory to single Target directory.
Ex: on SVN repository
svn://ddev/EDW/trunk/src/etlDataStream/ASGC
files: File1.dtsx
File2.dtsx
svn://ddev/EDW/trunk/src/etlDataStream/HIRD
files: File5.dtsx
File6.dtsx
I want this to be pushed to single directory of Target systems as
c:\etlDataStream
files: File1.dtsx
File2.dtsx
File5.dtsx
File6.dtsx
How can this be acheived?