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

working copy not locked after partial checkout

From: David Crossley <lists_at_indexgeo.com.au>
Date: 2005-01-19 03:20:49 CET

Can someone please help with this issue.

We have an application which does a checkout of some
configuration files at the top-level of a repository,
then it reads one of those files to determine the
name of a certain subdirectory, then goes on to checkout
only that subdirectory ...

svn co -N http://svn.apache.org/repos/asf/incubator/public/trunk incubator
A incubator/forrest.properties
A incubator/status.xml
...
then it reads forrest.properties, then goes on to do:
svn co http://svn.apache.org/repos/asf/incubator/public/trunk/site-author incubator/site-author
svn: Working copy 'incubator/site-author' not locked

For this particular repository, the subdirectory happens
to be also at the top-level. For other repositories, there
is no problem because the subdirectory is one or two levels
below.

Is there a way around this problem?

--David

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 19 03:23:58 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.