[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: <kfogel_at_collab.net>
Date: 2004-02-27 21:20:51 CET

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 :-).

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 27 22:24:35 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.