I'm trying to use arch2darcs, and I've run into two problems. 1. http://darcs.net/DarcsWiki/ConvertingFromArch says to `darcs get --partial http://darcs.complete.org/arch2darcs`, but that gives me an error:
$ darcs get --partial http://darcs.complete.org/arch2d/arcarcs Copying patch 33 of 33... done! Applying patches to the "working" directory... darcs: failed to read patch in get_extra: Fri Apr 15 16:51:14 CDT 2005 John Goerzen <[EMAIL PROTECTED]> * Fixed remove bug (no need to use darcs remove) Perhaps this is a 'partial' repository? 2. So instead I `darcs get http://darcs.complete.org/arch2darcs`, and it downloads (57 patches) and builds fine. But when I use arch2darcs, it fails on an arch patch where the same file (TODO) is both added and removed: $ tla get [EMAIL PROTECTED]/scourse--mainline--1.0--base-0 scourse * from import revision: [EMAIL PROTECTED]/scourse--mainline--1.0--base-0 * making pristine copy * tree version set [EMAIL PROTECTED]/scourse--mainline--1.0 $ cd scourse/ $ darcs initialize $ arch2darcs -i Processing existing Arch situation... Looking for new patches... Processing [EMAIL PROTECTED]/scourse--mainline--1.0--patch-1 Processing [EMAIL PROTECTED]/scourse--mainline--1.0--patch-2 ... Processing [EMAIL PROTECTED]/scourse--mainline--1.0--patch-36 The following file is already in the repository: TODO darcs failed: No files were added Command darcs ["add","--case-ok","TODO"] failed; exit code 2 arch2darcs: user error (Command darcs ["add","--case-ok","TODO"] failed; exit code 2) >From the arch changelog: $ tla changelog # do not edit -- automatically generated by arch changelog # arch-tag: [EMAIL PROTECTED]/scourse--mainline--1.0# 2004-12-31 23:45:57 GMT Daniel Brown <[EMAIL PROTECTED]> patch-36 Summary: (broken) incomplete intermediate commit, non-functional, should have been done with branching Revision: scourse--mainline--1.0--patch-36 new files: .arch-ids/FormTransformation.py.id .arch-ids/TODO.id FormTransformation.py TODO removed files: .arch-ids/TODO.id TODO modified files: DB.py PageReader.py README Util.py scourse.py ... Thanks. Dan -- Daniel Brown [EMAIL PROTECTED] http://danb.homelinux.org _______________________________________________ darcs-users mailing list [email protected] http://www.abridgegame.org/mailman/listinfo/darcs-users
