Is it possible to export multiple files in one command?

2023-01-21 Thread Bo Berglund
I have a script, which is used in our installer creation process and it works as follows (on Windows): - Create a new target directory - Run svn commands to get the needed files into that dir - Run svn command to download the installer engine binary into its own dir - Run svn command to download t

Re: Is it possible to export multiple files in one command?

2023-01-21 Thread Jon Daley via users
I don't believe it is possible - you can export a file or a whole directory. You could export the tree with one command and then move/cherry pick the files you want afterwards. On Sat, 21 Jan 2023, Bo Berglund wrote: I have a script, which is used in our installer creation process and it wor

Re: Is it possible to export multiple files in one command?

2023-01-21 Thread Bo Berglund
On Sat, 21 Jan 2023 06:14:06 -0500 (EST), "Jon Daley via users" wrote: >I don't believe it is possible - you can export a file or a whole >directory. > >You could export the tree with one command and then move/cherry pick the >files you want afterwards. > Not really useful since the files need