Hi again,
Actually, it seems that it is more insidious than I first thought, I
decided to try it out again by deleting my working copy and then trying
anything.. so I checked out the repository, when inside the local copy and
performed an "svn up"
and it came up with the same error:
"svn: Working copy not locked
svn: directory not locked (some dir name)"
It doesn't allow me to do anything,
Any ideas?
Thanks,
-- Andrew
On Thu, 21 Nov 2002, B. W. Fitzpatrick wrote:
> Andrew Hogue <hogue@cs.yorku.ca> writes:
> > Hi all,
> >
> > I recently installed SVN on my system and have a repository going now...
> > but I have a funny problem ...
> >
> > I moved a directory using "svn mv dirname ../dirname" in my working copy
> > of the repository but now when I try to do an "svn update" or any svn
> > command for that matter, I get the following message:
> >
> > "svn: Working copy not locked (dirname)
> > svn: directory not locked (eps)"
> >
> > How do you solve this problem?
>
> $ cd ..
> $ mv oldpwd/dirname ./dirname
> $ svn ci -m "blah"
>
> Last I remember, you couldn't do move or copy operations above your
> cwd, so the workaround is to change directory up to the nearest
> directory that contains both the source and destination of your copy.
>
> -Fitz
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 22 02:07:58 2002