[darcs-devel] [issue641] darcs get --hashed foo.hashed brokenn

Trent Buck bugs at darcs.net
Sun Feb 3 04:07:10 UTC 2008


New submission from Trent Buck <trentbuck at gmail.com>:

Attempting to get a hashed repo results in an empty _darcs/patches.
The following transcript demonstrates the error:

$ cd `mktemp -d`
$ HOME=$PWD
$ mkdir 1
$ darcs init --repodir 1
$ touch 1/x
$ darcs rec --repodir 1 -lam x x
Recording changes in "x":

Finished recording patch 'x'
$ ls 1/_darcs/patches
20080203035903-4ef00-295fa59e3f9a899d8700fbf7d4168e9d7f475601.gz
pending
pending.tentative
$ darcs get --hashed 1 2
Finished getting.
$ ls 2/_darcs/patches
f7c97897f7b111fb006a49c9739849eab71d72c1
pending.tentative
$ darcs get --hashed 2 3
Finished getting.
$ ls 3/_darcs/patches
pending.tentative

3/_darcs/patches should contain a file
f7c97897f7b111fb006a49c9739849eab71d72c1.  This occurs with both
2.0.0pre2 and 2.0.0pre3.

----------
messages: 3071
nosy: beschmi, droundy, kowey, tommy, trentbuck
status: unread
title: darcs get --hashed foo.hashed brokenn

__________________________________
Darcs bug tracker <bugs at darcs.net>
<http://bugs.darcs.net/issue641>
__________________________________


More information about the darcs-devel mailing list