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

Re: Copying a directory from another repository

From: Alex Kiesel <alex_at_kiesel.name>
Date: 2006-05-05 14:33:57 CEST

On Fri, 2006-05-05 at 11:07 +0200, B. Smith-Mannschott wrote:
> On 5/5/06, Alex Kiesel <alex@kiesel.name> wrote:
> > Hi,
> >
> > I'm trying to (recursively) copy an entire directory from another
> > repository into my WC.
>
> Try svn export. It will check out a copy from the repository without
> any of the .svn information. Something like:
>
> $ cd SOMEWHERE_IN_WORKING_COPY
> $ svn export svn://OTHER_REPOSITORY/PATH NAME_IN_WORKING_COPY
> $ svn add NAME_IN_WORKING_COPY
> $ svn commit .
>
> hth

Thanks, that worked.

-Alex

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 5 14:35:36 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.