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

RE: Is it possible to do a "partial" or a filtered checkout

From: Bill Arnette <billa_at_signalscape.com>
Date: 2005-07-11 19:17:50 CEST

>
> The solution here is to not check out dir2 in the first place,
> i.e. instead of your initial
> svn co file:///c:/svn/Repositories/Test/trunk SVNTest
> you would do a
> svn co -N file:///c:/svn/Repositories/Test/trunk SVNTest
> cd SVNTest
> svn update dir1
>
> Just removing files works fine, though.
>
> Carsten.
>

I kind of expected 'svn cleanup' to remove references to missing WCs. i.e

   svn co file:///c:/svn/Repositories/Test/trunk SVNTest
   rmdir /s /q dir1
   svn cleanup

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 11 19:20:59 2005

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.