[ANN] hgsvn 0.1.3

Mark mwatts42 at gmail.com
Mon May 14 08:21:36 CDT 2007


Hi Antoine,

 Le samedi 12 mai 2007 à 17:32 -0400, Mark a écrit :
> >         WindowsError: [Error 5] Access is denied: '.\\tmpjkwzqi\\.svn\
> >         \all-wcprops'
> >
> >         --
> >         -mark
> >
> > A little further investigation shows that those files are all
> > read-only and when the script goes to remove them it fails.  However,
> > it appears that they are readonly even in a fresh svn checkout.
>
> Well, I don't what the problem can possibly me.
> Another person used hgsvn under Windows and it seemed to work fine for
> him.
> I'm no Windows expert. Perhaps there is some special permission or
> access right setting on the directory in which you are doing an svn
> checkout ?


Doing a little googling it would appear that others are having similar
problems when using Windows.  It appears that shutil.rmtree has a problem
under windows when dealing with readonly files.   I am not sure but
Svn 1.4(which is what I am using) might have changed somethings to
make some
private files readonly.  in particular I found these pages:

http://www.svnforum.org/2017/viewtopic.php?t=2169  Deals with SVN 1.4 and
hot-backup.py
http://patchwork.ozlabs.org/bazaar-ng/patch?id=4243 Deals with Bazaar but
appears to deal with the same problem and has a potential solution.

-mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://selenic.com/pipermail/mercurial/attachments/20070514/e68ea5e4/attachment-0001.htm 


More information about the Mercurial mailing list