[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: François Beausoleil <fbeausoleil_at_ftml.net>
Date: 2004-08-18 19:54:48 CEST

Hi !

Hugi Thordarson wrote:
> Anyway, I would like to combine three projects (folders) in my
> repository into one and maintain the version history of the files. So
> basically, these files:
> http://myrepos/OldProject1/*
> http://myrepos/OldProject2/*
> http://myrepos/OldProject3/*
>
> Should go in here:
> http://myrepos/NewProject/
>
> I tried doing this:
> svn cp http://myrepos/OldProject1/* http://myrepos/NewProject/ -m "Made
> a copy"
> But I get the message "svn: No match.".

You can't use wildcards on the server-side. Only locally.

What I would recommend is checking out the parent (myrepos in this
example), and snv mv'ing the files to their new location. You would
then have a single commit showing the creating of the folder, and the
add+copy and delete of all files.

Hope that helps !
François

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 18 19:58:40 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.