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

Re: Combining multiple projects

From: Hugi Thordarson <hugi_at_vefsyn.is>
Date: 2004-08-18 21:03:46 CEST

> You have to remember that wildcard expansion is not done by subversion
> itself, but by the shell. So, the command that subversion receives is
> not "svn cp * ../NewProject", but really "svn cp fileA fileZ fileN
> ../NewProject", and the help for svn cp specifically requires two
> args, not twenty.
>
> You'll have to script your way through it, I'm afraid.

I suspected as much. But thanks for pointing me in the right direction!

- H

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 18 21:04:49 2004

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.