[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: B. Smith-Mannschott <benpsm_at_gmail.com>
Date: 2006-05-05 11:07:00 CEST

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
// ben
Received on Fri May 5 11:09:28 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.