#3499: darcs-all + MSYS manges the repo path
-------------------------------+--------------------------------------------
  Reporter:  simonpj           |          Owner:                  
      Type:  bug               |         Status:  new             
  Priority:  normal            |      Milestone:                  
 Component:  Compiler          |        Version:  6.10.4          
  Severity:  normal            |       Keywords:                  
Difficulty:  Unknown           |       Testcase:                  
        Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
-------------------------------+--------------------------------------------
 In my defaultrepo I have an ssh path:
 `[email protected]:/home/darcs/ghc`.  (You may say I should use
 http, but it should work.)

 It used to work fine, including with `darcs-all`. But since these two
 patches
 {{{
 Thu Aug 27 15:15:54 BST 2009  Simon Marlow <[email protected]>
   * fix 'darcs-all rec' (amongst other things)
 Thu Aug 27 14:57:17 BST 2009  Simon Marlow <[email protected]>
   * REDO: Add -r option to darcs-all, and remove push-all (#3375)
 }}}
 `darcs-all` fails badly on MSYS.  What happens is that it tries to fetch
 from
 {{{
 [email protected]:c:\\msys\\1.0\\usr\\home\\darcs\\ghc
 }}}
 or something like that.  Somehow the MSYS path mangling has got hold of
 the path, whereas it did not do so before.

 Happily, if I use an HTTP path `http://darcs.haskell.org/ghc` in my
 defaultrepo, all is well.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3499>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to