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

Re: copying subdirectories in subversion 1.7

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Mon, 25 Jul 2011 00:57:29 +0300

Ryan Brothers wrote on Sun, Jul 24, 2011 at 17:42:43 -0400:
> Is there a way to create a new top-level checkout of a subdirectory
> with the 1.7 working copy format?

Just copying a dir isn't supported. (the plan has been to provide a new
subcommand for that, but that won't happen before 1.8)

You might be able to duplicate the whole wc and do 'svn switch' to the
subdirectory's URL (which will tell you to pass --ignore-ancestry), but
I'm not sure how much server communication will be done in that case.
(it will certainly contact the server, since without '-r' switch always
assumes '-r HEAD')
Received on 2011-07-24 23:58:22 CEST

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.