On Wed, Aug 25, 2010 at 04:34:37PM -0700, Lev Lvovsky wrote: > You can cut/paste the following in (instead of the attached script): > > -- > mkdir darcs_test && cd darcs_test > mkdir repo && cd repo > darcs init > touch one two > darcs add one two > darcs record -a --author "[email protected]" -m "one" one > darcs record -a --author "[email protected]" -m "two" two > cd .. > darcs get repo repo_0 > darcs get repo repo_1 > cd repo_0 > darcs query repo > echo -n yd | darcs unpull > cd .. > cd repo_1 > darcs push -a ../repo_0 > -- > > It would seem that this is an issue with our binaries, as running this on a > fedora machine actually works, so perhaps (hopefully) this is an isolated > issue.
I tested with 2.0.2 (release) and 2.4.98.3 (beta 3) on Debian Linux. Both worked just fine: $ darcs push -a ../repo_0 Finished applying... Push successful. -kolibrie
signature.asc
Description: Digital signature
_______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
