From: Pavel Lyalyakin [mailto:pavel.lyalya...@visualsvn.com] > Have you tried `svnmucc` Subversion Multiple URL Command Client?
> http://svnbook.red-bean.com/en/1.8/svn.ref.svnmucc.re.html Thank you, I hadn't heard of svnmucc. I've taken a look and I can see the advantages of it when doing multiple operations (e.g. delete, copy, then move), but if I'm just copying files I don't see how it differs from doing "svn copy file1 file2 file3 [...] DEST_URL"? I was hoping for a method that didn't require putting all of the file paths on the same command line (because they are very long, and a large number of files might be selected). This is why --targets was so useful when committing files, because I could write all of the file paths to a .txt beforehand and then just operate on that .txt. Thanks for the help.