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

2023-01-26 Thread Lorenz via users
Daniel Sahlberg wrote: >Den lör 21 jan. 2023 kl 10:31 skrev Bo Berglund : > >> I have a script, which is used in our installer creation process and it >> works as follows (on Windows): > > [...] > >I believe you can do this using the svn:externals property. I have the >following repository layout

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

2023-01-25 Thread Daniel Sahlberg
Den lör 21 jan. 2023 kl 10:31 skrev 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 installe

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

2023-01-22 Thread Daniel Shahaf
Bo Berglund wrote on Sat, 21 Jan 2023 09:30 +00:00: > What I would like to know is if there is an svn export command switch of some > kind that can be used to export a set of files in one go if they reside in the > same subversion directory? svn checkout --depth=empty https://svn.apache.org/repos

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

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

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