Comment 2 for bug 990910

Revision history for this message
Michael Haggerty (mhagger) wrote :

This problem is caused by user error. The --dumpfile option requires a filename as argument, but the user passed "--dumpfile=bzr/". Since "bzr/" (with the trailing slash) cannot be interpreted as a filename and perhaps already exists as a directory, the open() call fails.

Granted, the error message could be improved. But this is NOTABUG.