Ticket #91 (closed: fixed)
Newly added directories removed from display after updating other files
| Reported by: | mgdde | Owned by: | alwin |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9.x |
| Component: | All | Version: | 0.8.x |
| Severity: | minor | Keywords: | RESOLVED |
| Cc: |
Description
Initially newly added directories are displayed as updateable files in the treeview. Then after manually updating some _other_ files those newly added directories are removed from display and won't reappear unless kdesvn is restartet.
Actually it appears as if the logic that displays newly added files does not know about directories. At least all files inside such a directory are not visible until after said directory had been updated (added).
That implies I can't add the directory without adding all files inside of it either (no problem, I just realized it is that way).
ADDITIONAL INFORMATION: As a sidenote: For each newly added file a dialogbox appear. This is annoying when there had been lots of new files added. Either collect all such files and display them in a single dialog and/or add a button "Ok to all" or similar.
Attachments
Change History
comment:1 Changed 7 years ago by mgdde
- Owner changed from anonymous to alwin
- Status changed from new to assigned
comment:2 Changed 7 years ago by alwin
You meant, it is added in repository and then disappear? I'll check it.
comment:3 Changed 7 years ago by mgdde
Not sure we are talking the same, therefor a short scenario:
Developer A adds a new directory together with a couple of files to the central repository, he also updates an existing file. Developer B updates the fileslist and the new directory is shown as added file (and could be updated at this point) and the updated file as requiring an update. Then developer B updates the "old" updated file. The treeview is updated and the previously shown new directory is no longer displayed.
comment:4 Changed 7 years ago by alwin
- Keywords FEEDBACK added
Ok, I think I found your problem. in branch 0_8 I think I had fixed it. Before merging into trunk and releasing 0.8.5 it would be great if you may check if it solves your problems.
Tnx
comment:5 Changed 7 years ago by mgdde
I've checked out branch 0_8 and built it. I'm still testing but there is at least one regression: Files newly added to the repository are not shown in the filelist anymore.
I'll check out the directory problem later today.
