X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/5c36a5cfc675ca4282c0a03ee444c43dea537fa9..b37a35dbdf89c9e111ebd8abcd5ab1040ceda623:/doc/bugs/mercurial_fail_to_add.mdwn?ds=inline

diff --git a/doc/bugs/mercurial_fail_to_add.mdwn b/doc/bugs/mercurial_fail_to_add.mdwn
index d47960e9b..3bbf4e5fd 100644
--- a/doc/bugs/mercurial_fail_to_add.mdwn
+++ b/doc/bugs/mercurial_fail_to_add.mdwn
@@ -6,7 +6,7 @@ Here is a patch that's seems to work, although I'm not quite sure what's wrong w
     --- mercurial.pm        2007-03-24 16:14:35.000000000 +0100
     +++ /home/hbernard/mercurial.pm 2007-04-19 19:05:47.000000000 +0200
     @@ -95,7 +95,7 @@
-     sub rcs_add ($) { # {{{
+     sub rcs_add ($) {
             my ($file) = @_;
      
     -       my @cmdline = ("hg", "-q", "-R", "$config{srcdir}", "add", "$file");
@@ -22,5 +22,13 @@ My srcdir path has some symbolics links and hidden directorys... maybe that's it
 > guess it's safe enough. It would be good to know why it's failing w/o the
 > path in your case. --[[Joey]]
 
+>> I didn't have time to investigate, but here is the path :
+>>
+>>      /home/hbernard/.hiddendatas/hg/ikigtd/
+>>
+>> but ~/.hiddendatas is itself a symbolic to .dotfiles/.hiddendatas (this seems weird I know ;))
+>> As I was trying to resolve this, the interesting thing is that keying directly in a terminal the same command was working...
+>> I suspect something with the symbolic link... but didn't investigate further. I will setup a test wiki with symlink in the path to check this.
+
 > As I applied the patch, I'm moving this out of the patchqueue to bugs and
 > marking it [[done]]. --[[Joey]]