darcs

Issue 2608 clone a repo via http with out-dated packs misses patches

Title clone a repo via http with out-dated packs misses patches
Priority Status resolved
Milestone Resolved in
Superseder Nosy List bfrk
Assigned To
Topics

Created on 2018-11-14.14:59:49 by bfrk, last changed 2020-06-20.10:12:27 by bfrk.

Messages
msg20457 (view) Author: bfrk Date: 2018-11-14.14:59:47
When a repo is cloned via http and the remote repo has an out-dated
_darcs/packs then we get only the version that is in the packs and not
the current one. This is the case even though we fetch and unpack the
patches pack in parallel to getting them normally. The reason is that
the _darcs/hashed_inventory that we use to determine the patches to
download is part of the basic pack and thus out-dated, too. To fix this,
we need to download _darcs/hashed_inventory separately.
msg22050 (view) Author: bfrk Date: 2020-06-20.10:12:24
resolved by:

patch d2733fe48508c16ac39bfc5f36065edf6c3cd9b6
Author: Ben Franksen <ben.franksen@online.de>
Date:   Thu Nov 15 16:10:37 CET 2018
  * resolve issue2608: download _darcs/hashed_inventory separately
History
Date User Action Args
2018-11-14 14:59:50bfrkcreate
2020-06-20 10:12:27bfrksetstatus: unknown -> resolved
messages: + msg22050
title: clone a repo via http without-dated packs misses patches -> clone a repo via http with out-dated packs misses patches