[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: SVN copy multiple files

From: Campbell, Nina <nina.campbell_at_t-tales.com>
Date: Mon, 5 Dec 2016 13:30:03 +0000

From: Pavel Lyalyakin [mailto:pavel.lyalyakin_at_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.
Received on 2016-12-05 14:30:49 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.