[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: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-08-17 19:33:42 CEST

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

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