On Oct 30, 2007 2:54 AM, Scott Horowitz <stonecrest@gmail.com> wrote:
Aside from the handling of darcs and git, I should point out that there seems to be some disagreement about the handling of mercurial. It appears that someone filed a bug report, a line was added to versionpkg's code to handle it, and someone else is having problems with that extra line.
See: http://bugs.archlinux.org/task/7606
and: http://aur.archlinux.org/packages.php?do_Details=1&ID=9272 (second comment, by Xilon)
Scott
_______________________________________________ pacman-dev mailing list pacman-dev@archlinux.org http://archlinux.org/mailman/listinfo/pacman-dev
The bug filed is only due to the src directory not being there. I don't know how creating the $_hgrepo directory solved the problem, since mercurial simply doesn't support initting or cloning a repo to a directory that exists. A proper solution would be to create the src directory if it doesn't exist, or wrap the whole path with dirname to remove the last directory.