[Bug 3584] New: largefiles: hg is fetching largefiles over http when default path is network share

bugzilla-daemon at bz.selenic.com bugzilla-daemon at bz.selenic.com
Sun Aug 12 05:14:13 UTC 2012


http://bz.selenic.com/show_bug.cgi?id=3584

          Priority: normal
            Bug ID: 3584
                CC: mercurial-devel at selenic.com, natosha at gmail.com
          Assignee: bugzilla at selenic.com
           Summary: largefiles: hg is fetching largefiles over http when
                    default path is network share
          Severity: bug
    Classification: Unclassified
                OS: Mac OS
          Reporter: peter.linss at hp.com
          Hardware: Macintosh
            Status: UNCONFIRMED
           Version: 2.3
         Component: largefiles
           Product: Mercurial

I have a repository on a local server with a read-only file share. The same
repository is served via Apache for push (and remote) access (with
authentication).

On my workstation's local repository .hg/hgrc file, the default path is the
mount of the file share and the default-push is an https URL to the Apache
server. With previous versions of Mercurial, updating copied largefiles from
the network share and was reasonably fast. Now, with V2.3 an hg up is copying
the largefiles via https and is significantly slower (verified with hg up
--debug, debug output shows authentication to the https server and lists it's
URL).

-- 
You are receiving this mail because:
You are on the CC list for the bug.



More information about the Mercurial-devel mailing list