New submission from Nicolas Limare <[EMAIL PROTECTED]>:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

= Error message =

$ darcs push
Pushing to "youkan:/srv/dev/darcs/megawave-4"...
darcs: bug in darcs!
fromJust error at Push.lhs:136 compiled 13:47:48 Nov 20 2006
Please report this to [EMAIL PROTECTED],
If possible include the output of 'darcs --exact-version'.

= Version =

$ darcs --exact-version
darcs compiled on Nov 20 2006, at 13:48:04
# configured Mon Oct  9 15:12:44 EDT 2006
./configure --no-create --no-recursion

Context:

[TAG 1.0.9rc1
Tommy Pettersson <[EMAIL PROTECTED]>**20061008175207]

= What I wanted to do =

* set an empty distant repo
* set an empty local repo
* fill it with the current source
* push it to the server repo
* set an empty distant branch repo
* set a local branch repo from the previous local repo
* push it to the server branch repo

= What I did (IIRC) =

on the distant server:
mkdir megawave-3
cd megawave-3
darcs initialize
cd ..
mkdir megawave-4
cd megawave-4
darcs initialize

locally:
darcs get youkan:/srv/dev/darcs/megawave-3
cd megawave-3
(add the source)
darcs add --recursive ./
darcs record -a
darcs tag --checkpoint
darcs push
cd ..
darcs get --partial megawave-3 megawave-4
(update _darcs/prefs/repos and _darcs/prefs/defaultrepo)
darcs push
(here comes the error)

= My understanding =

I guess the culprit is the --partial option, but from the doc it made
sense for me. So it might a minima be a documentation bug :)

= Context =

First time I start to *really* use darcs, for more than a personal
backup service.

- --
Nicolas LIMARE             labo. j-l lions - univ. pierre et marie curie
[EMAIL PROTECTED]                 http://www.ann.jussieu.fr/~limare/
+33 (0) 144 272 721         175 rue du chevaleret - 75013 paris - france

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHqyhsvviFAPpCP08RAkFDAKC2E9x7p670Jvz7dIq4NTMB8iww0gCffX4O
nLElEpVzzSajGhnEqRSx8DY=
=yZwf
-----END PGP SIGNATURE-----

----------
messages: 3194
nosy: beschmi, droundy, kowey, limare, tommy
status: unread
title: push a "partial repo" to an "empty repo" fails

__________________________________
Darcs bug tracker <[EMAIL PROTECTED]>
<http://bugs.darcs.net/issue658>
__________________________________
_______________________________________________
darcs-devel mailing list
darcs-devel@darcs.net
http://lists.osuosl.org/mailman/listinfo/darcs-devel

Reply via email to