[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: Carsten Koch <Carsten.Koch_at_icem.com>
Date: 2005-07-11 18:43:30 CEST

Bill Arnette wrote:
...
>>rmdir /s /q dir2
>
>
> C:\Temp\SVNTest
>
>>svn status
>
> ! file2.txt
> ! dir2
>
> C:\Temp\SVNTest
>
>>svn commit
>
> svn: Commit failed (details follow):
> svn: Working copy 'C:\Temp\SVNTest\dir2' is missing or not locked

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.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 11 18:45:38 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.