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

RE: Re: Combining multiple projects

From: Jordan, Tom <Tom.Jordan_at_camtronics.com>
Date: 2004-08-18 21:35:28 CEST

Can't you do the the following:

ls OldProject*/* | xargs svn cp - ../NewProject

-- Tom.

> -----Original Message-----
> From: Hugi Thordarson [mailto:hugi@vefsyn.is]
> Sent: Wednesday, August 18, 2004 2:04 PM
> To: users@subversion.tigris.org; François Beausoleil
> Subject: Re: Combining multiple projects
>
> > 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
>
>
>
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.735 / Virus Database: 489 - Release Date: 8/6/2004
>
>

---
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.735 / Virus Database: 489 - Release Date: 8/6/2004
 
This e-mail or the documents accompanying this e-mail contain
information that may be confidential and/or privileged. It may
also be prohibited from disclosure under applicable law. The
information is intended to be for the use of the individual or
entity named on this transmission. If you are not the intended
recipient, be aware that any disclosure, copying, distribution
or use of the contents of this information is without
authorization and is prohibited. If you have received this
e-mail in error, please notify us immediately so that we can
take action to correct the problem.
---------------------------------------------------------------------
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:36:31 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.