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

How to copy multiple files with "svn copy" ?

From: Christian Convey <christian.convey_at_gmail.com>
Date: 2006-11-16 13:11:59 CET

I have two directories, "foo" and "bar". Both are in the same repository,
and I have local copies of both directories and their contents.

"foo" has many Python files that I want to copy to the "bar" directory. So
if I were using the regular Unix "cp" command, I'd normally do this: "cp
foo/*.py bar".

When I try to do that with Subversion, however: "svn cp foo/*.py bar", it
seems upset that I'm asking it to work on more than one file.

How do people typically get around this? Is this seen as a feature that
Subversion ought to support sometime in the future?

Thanks,
Christian
Received on Thu Nov 16 13:12:44 2006

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.