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

Re: Selective Checkout

From: David James <list-subversion_at_davidjamesdesign.com>
Date: 2006-08-17 20:56:14 CEST

That works brilliantly. Thank you!

On Aug 17, 2006, at 11:33 AM, Ryan Schmidt wrote:

> On Aug 17, 2006, at 17:13, David James wrote:
>
>> Here is the sequence:
>>
>> cd /path/to/project/root
>>
>> svn checkout -N http://repos/root .
>>
>> svn checkout http://repos/root/sub-directory ./sub-directory
>>
>> svn status
>>
>>> ? sub-directory
>>
>> svn add sub-directory
>>> svn: warning: 'includes' is already under version control
>
> Try this:
>
> cd /path/to/project/root
> svn checkout -N http://repos/root .
> svn update sub-directory
> svn st
>
> Note that the -N switch is somewhat broken. Whether this is
> important to you depends on how you use it.
>
> http://subversion.tigris.org/issues/show_bug.cgi?id=695
>
>
Received on Thu Aug 17 20:58:57 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.