This is the bug tracker for Photo Organizer.
FS#106 - Install creates wrong directory structure in repository
Attached to Project:
Photo Organizer
Opened by Luud Heck (Luud) - Thursday, 19 October 2006, 10:02 GMT-4
Last edited by Solomon Peachy (pizza) - Thursday, 19 October 2006, 21:53 GMT-4
Opened by Luud Heck (Luud) - Thursday, 19 October 2006, 10:02 GMT-4
Last edited by Solomon Peachy (pizza) - Thursday, 19 October 2006, 21:53 GMT-4
|
DetailsWhen installing photo organizer 2.32a on a clean system (so not an upgrade) the driectory structure in the repository is set up wrong. The 0000x folders are not created in the v0000 folder, but next to the folder at the root of the repository.
Where the structure should be: <path-to-repository>/photoorganizer /v0000 /00000 /00001 /00002 it is created as <path-to-repository>/photoorganizer /v0000 /00000 /00001 /00002 |
This task depends upon
Closed by Solomon Peachy (pizza)
Friday, 27 October 2006, 16:59 GMT-4
Reason for closing: Fixed
Additional comments about closing: IT's been eight days. I think it's dead.
Friday, 27 October 2006, 16:59 GMT-4
Reason for closing: Fixed
Additional comments about closing: IT's been eight days. I think it's dead.
Indentation got removed, retry with '+'s to denote depth of directory ;-)
Where the structure should be:
<path-to-repository>/photoorganizer
+ /v0000
++ /00000
++ /00001
++ /00002
it is created as
<path-to-repository>/photoorganizer
+ /v0000
+ /00000
+ /00001
+ /00002
It looks like 2.32b will be coming shortly.