#573146 import-new-dumps needs to convert paths to absolutes

#573146#5
Date:
2010-03-09 11:33:25 UTC
From:
To:
import-new-dumps chdirs to the incoming dumppath directory.

Then it calls snapshot, passing the conffile path to it.

Both the path to snapshot, and the path to the conffile could be relative
paths and will break due to the chdiring.

We should probably convert them to absolute paths before we change our
working directory.