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

Re: checkout and "Working copy not locked" errors

From: greg Landrum <greglandrum_at_mindspring.com>
Date: 2004-02-28 01:09:53 CET

At 12:20 PM 2/27/2004, kfogel@collab.net wrote:
>greg Landrum <greglandrum@mindspring.com> writes:
>> So am I correct in assuming that there's not really a workaround for
>> this problem at the moment and I'm just going to have to checkout
>> the entire repository?
>
>That I can't answer, because I don't really know your constraints.
>All I know is, the method you _were_ using is not going to work right
>now. There might be some other method that uses subdirectory
>checkouts that would work. For example
>
> $ svn co -N http://.../baseproj baseproj
> $ svn co http://.../baseproj/subdir ./tmp_subdir
> $ mv tmp_subdir baseproj/subdir
>
>Or something like that. Be creative :-).

A coworker, who is more creative than I, came up with:
svn co svn://.../baseproj/subdir baseproj/subdir
svn co -N svn://.../baseproj/subdir baseproj

This fulfills the requirements of allowing us to do minimal pulls for regression testing. It would still be nice to have the bug fixed, but the fire is out for the moment.

Thanks,
-greg

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Feb 28 01:09:20 2004

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.