[ANN] hgsvn 0.1.3

Mark mwatts42 at gmail.com
Sat May 12 16:32:48 CDT 2007


On 5/12/07, Mark <mwatts42 at gmail.com> wrote:
>
>
> On 5/12/07, Antoine <antoine at pitrou.net> wrote:
>
> >
> > Le samedi 12 mai 2007 à 16:50 -0400, Mark a écrit :
> > >
> > > On 5/12/07, Antoine Pitrou < antoine.pitrou at wengo.com> wrote:
> > >
> > >         Hi,
> > >
> > >         hgsvn 0.1.3 comes with the following changes:
> > >
> > > Antoine,
> > > On Windows I get the following error:
> > [...]
> > >
> > > * None "--encoding" "utf-8" "init"
> >
> > Hmm, it looks like either Mercurial is not on your path, or the Windows
> > path searching routine is incomplete.
> >
> > Does simply typing " hg.exe" on the command-line work?
> > If you add the directory containing hg.exe to the PATH environment
> > variable, does it solve the problem?
>
>
>
> Well, that got a bit farther yes.  I was not running in a command console
> that had hg.exe in the path.  Once I added that i now get this error when
> using command of
>
> >hgimportsvn http://python-nose.googlecode.com/svn/trunk
>
> * C:\Users\mwatts\Utils\mercurial\hg.exe "--encoding" "utf-8" "tag" "-l" "
> svn.232"
> Traceback (most recent call last):
>   File "C:\Lang\Python25\scripts\hgimportsvn- script.py", line 8, in
> <module>
>     load_entry_point('hgsvn==0.1.3', 'console_scripts', 'hgimportsvn')()
>   File "C:\Lang\Python25\lib\site-packages\hgsvn-
> 0.1.3-py2.5.egg\hgsvn\run\hgimportsvn.py ", line 171, in main
>   File "C:\Lang\Python25\lib\shutil.py", line 169, in rmtree
>     rmtree(fullname, ignore_errors, onerror)
>   File "C:\Lang\Python25\lib\shutil.py", line 174, in rmtree
>     onerror(os.remove, fullname, sys.exc_info())
>   File "C:\Lang\Python25\lib\shutil.py", line 172, in rmtree
>     os.remove(fullname)
> 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.

-mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://selenic.com/pipermail/mercurial/attachments/20070512/8982e000/attachment.htm 


More information about the Mercurial mailing list