[Bug 3752] New: Cloning a repository with subrepo and largefiles result in missing files.

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Fri Jan 4 07:28:50 CST 2013


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

          Priority: normal
            Bug ID: 3752
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: Cloning a repository with subrepo and largefiles
                    result in missing files.
          Severity: bug
    Classification: Unclassified
                OS: Windows
          Reporter: ftreton at dxo.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: 2.4
         Component: Mercurial
           Product: Mercurial

After cloning a repository with subrepo that contains largefiles the clone
result is showing largefiles files as missing.

To reproduce use hg version up to 2.4.x. and the following configuration:

1) Create a fresh repository that contains a subrepo.
2) Add to the subrepo one largefiles and one normal file. 
3) Clone this repository 
4) Run hg status on the subrepo

The result of the hg status shows that all largefiles files from the subrepo
are displayed as missing.

This can be temporary fix with an hg update –C on the subrepo.

The expected behavior should be that the largefiles are update correctly and
not mark as missing.

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


More information about the Mercurial-devel mailing list