It runs with no errors but it didn't seem to actually import much of anything!

Used the bzr.dev tarball Bob gave me and the fast-export I got from
main site via git.

System is Debian squeeze.

debian:/var/www/darcs# ls
amigatrek                get-vanilla-quozl.sh    netrek-metaserver
    paradise-cvs
building-from-darcs      netrek-client-brmh      netrek-server             tmp
darcs2bzr_for_LP         netrek-client-brmh.log  netrek-server-hockey
    toolbox
darn                     netrek-client-cow
netrek-server-metaserver  update-cow-quozl.sh
get-cow-quozl.sh         netrek-client-cow-pngs  netrek-server-preT
    update-pygame-quozl.sh
get-metaserver-quozl.sh  netrek-client-cow-xpms  netrek-server-ref
    update-vanilla-jrd.sh
get-pygame-quozl.sh      netrek-client-pygame
netrek-server-training    update-vanilla-quozl.sh
debian:/var/www/darcs# mkdir netrek-client-brmh.bzr
debian:/var/www/darcs# cd netrek-client-brmh.bzr/
debian:/var/www/darcs/netrek-client-brmh.bzr# bzr init-repo .
debian:/var/www/darcs/netrek-client-brmh.bzr# ls -a
.  ..  .bzr
debian:/var/www/darcs/netrek-client-brmh.bzr# ls .bzr/
branch-format  branch-lock  README  repository
debian:/var/www/darcs/netrek-client-brmh.bzr# more .bzr/README
This is a Bazaar control directory.
Do not change any files in this directory.
See http://bazaar-vcs.org/ for more information about Bazaar.
debian:/var/www/darcs/netrek-client-brmh.bzr# cd ..
debian:/var/www/darcs# darcs-fast-export netrek-client-brmh |(cd
netrek-client-brmh.bzr; bzr fast-import -)
17:52:46 progress [2009-06-10 17:52:45] getting list of patches
17:52:46 progress [2009-06-10 17:52:45] parsing the inventory
17:52:46 progress [2009-06-10 17:52:45] starting export, repo has 2 patches
17:52:48 progress [2009-06-10 17:52:48] finished
17:52:48 Updating branch information ...
         branch trunk now has 2 revisions and 0 tags
17:52:48 Packing repository ...
17:52:48 Removing obsolete packs ...
17:52:48 Imported 2 revisions, updating 1 branch and 0 trees in 0:00:03
To refresh the working tree for a branch, use 'bzr update'.
debian:/var/www/darcs# cd netrek-client-brmh.bzr/
debian:/var/www/darcs/netrek-client-brmh.bzr# ls
trunk
debian:/var/www/darcs/netrek-client-brmh.bzr# ls trunk/
debian:/var/www/darcs/netrek-client-brmh.bzr# ls -a
.  ..  .bzr  trunk
debian:/var/www/darcs/netrek-client-brmh.bzr# cd trunk/
debian:/var/www/darcs/netrek-client-brmh.bzr/trunk# ls -a
.  ..  .bzr
debian:/var/www/darcs/netrek-client-brmh.bzr/trunk# cd .bzr/
debian:/var/www/darcs/netrek-client-brmh.bzr/trunk/.bzr# ls -a
.  ..  branch  branch-format  branch-lock  checkout  README
debian:/var/www/darcs/netrek-client-brmh.bzr/trunk/.bzr# ls branch
branch.conf  format  last-revision  lock  tags
debian:/var/www/darcs/netrek-client-brmh.bzr/trunk/.bzr# ls -a branch
.  ..  branch.conf  format  last-revision  lock  tags
debian:/var/www/darcs/netrek-client-brmh.bzr/trunk/.bzr# ls checkout/
conflicts  dirstate  format  lock
debian:/var/www/darcs/netrek-client-brmh.bzr# bzr update
bzr: ERROR: No WorkingTree exists for
"file:///var/www/darcs/netrek-client-brmh.bzr/.bzr/checkout/".

You can see everything online: http://www.jesujuva.org/darcs/

Zach