> > $ svn cleanup .
> > svn: Can't open file '.svn/entries': Permission denied
No line number? Julian, did you use a non-maintainer-mode build?
>
> ]]]
>
> That last attempt failed with an error message that tells which file it
> couldn't open, which is just the kind of information you want.
>
> Sorry if I didn't do what you meant. It would be clearer if you could
> give an exact transcript of the commands to use to reproduce the issue.
>
> Ah, I've just remembered that, as Tortoise runs only on Windows,
> anything to do with "permissions" is going to be handled differently
> than under a Unix-like OS like I use. It might or might not be possible
> to get the same result that you did. If it's a Windows-specific case, I
> won't be able to reproduce it.
>
FWIW, it doesn't seem to be different on Windows:
> find .svn
find: .svn: Permission denied
> cd .svn
Access is denied.
> svn cleanup
..\..\..\subversion\libsvn_subr\io.c:2628: (apr_err=720005)
svn: Can't open file '.svn\entries': Access is denied.
>
Daniel
> - Julian
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-09-22 17:40:29 CEST