Activity log for bug #471097

Date Who What changed Old value New value Message
2009-11-02 14:50:49 Adam Glauser bug added bug
2009-11-02 14:50:49 Adam Glauser attachment added The stack trace http://launchpadlibrarian.net/34959083/trace.txt
2009-11-02 14:52:48 Adam Glauser description Steps to recreate: Map a network drive to a shared repository directory (can be on \\localhost) Try to open the repository or one of its child branches from the "Open an existing location" section of the "Welcome" screen. Steps to recreate: Map a network drive to a shared repository directory (can be on \\localhost) Try to open the repository or one of its child branches from the "Open an existing location" section of the "Welcome" screen. For what it's worth, I can't seem to change directory to a network drive from the command line, Perhaps this is the source of the problem?
2009-12-15 22:14:31 Alexander Belchenko bzr-explorer: status New Incomplete
2009-12-16 17:48:47 Adam Glauser attachment added More detailed steps http://launchpadlibrarian.net/36876334/mapDriveSteps.txt
2009-12-16 17:50:05 Adam Glauser attachment added Stack trace (revno: 351) http://launchpadlibrarian.net/36876348/mapDriveStackTrace.txt
2009-12-16 18:51:40 Alexander Belchenko bzr-explorer: importance Undecided Medium
2009-12-16 18:51:40 Alexander Belchenko bzr-explorer: status Incomplete Confirmed
2009-12-17 08:58:54 Alexander Belchenko summary Can't view repository on network drive Can't view branch/repository in the root of drive/filesystem
2009-12-17 08:59:56 Alexander Belchenko description Steps to recreate: Map a network drive to a shared repository directory (can be on \\localhost) Try to open the repository or one of its child branches from the "Open an existing location" section of the "Welcome" screen. For what it's worth, I can't seem to change directory to a network drive from the command line, Perhaps this is the source of the problem? Steps to recreate: bzr init-repo C:/ bzr init C:/devel bzr explore C:/devel Using BZR_PDB I can see that explorer crashed because it tried to work with URL like this: "file:///C:" which is incorrect because it lacks trailing slash. So, locations.py: display_name() uses .rstrip('/') for all URLs which is wrong thing is branch or repo resides in the root of the drive, either on Windows or Linux.
2010-02-04 15:47:10 Ian Clatworthy bzr-explorer: status Confirmed Fix Committed
2010-02-04 15:47:10 Ian Clatworthy bzr-explorer: milestone 1.0.0beta
2010-02-04 15:47:10 Ian Clatworthy bzr-explorer: assignee Ian Clatworthy (ian-clatworthy)
2010-02-04 15:48:24 Launchpad Janitor branch linked lp:bzr-explorer
2010-02-05 14:28:27 Alexander Belchenko bzr-explorer: status Fix Committed Fix Released