Ticket #582 (new enhancement)
check for unversioned items recursively
| Reported by: | Esperanto | Owned by: | alwin |
|---|---|---|---|
| Priority: | normal | Milestone: | not applicable |
| Component: | All | Version: | 1.2.x |
| Severity: | tweak | Keywords: | |
| Cc: |
Description
Would be nice if one could check for unversioned items recursively. Just as it is now but then also search in the not versioned directories so you can add everything at once.
Attachments
Change History
comment:2 Changed 3 years ago by frode@…
I'm going to hijack this one as it's very close, given the short description, to my problem.
I have a project where I check out a root structure from subversion. This root structure is an environment into which I check out ca. 100 different folders from different locations from the subversion repository. It looks like this:
> tree . |-- libhci | |-- alt_corr | | |-- alt_corr.mk | | |-- manual_altitudecorr.adb | | |-- manual_altitudecorr.ads | | |-- manual_altitudecorr_decl.ads | | |-- manual_altitudecorr_handler.adb | | |-- manual_altitudecorr_handler.ads | | `-- mmiTargetAltitudesIface.i | |-- bl_fr | | |-- bl_fr.mk | | |-- blockedfreq_handler.adb | | |-- blockedfreq_handler.ads | | |-- blockedfreq_task.adb | | |-- blockedfreq_task.ads | | `-- mmiBlockedFreqIface.i | |-- fc | | |-- fc.mk : :
So I have "libcau" versioned together with the root (".") folder, but inside "libcau" I have a number of folders illustrated above with "alt_corr", "bl_fr" and "fc" which all are versioned separately and pulled into "libcau" (not unlike externals).
kdesvn displays all these folders and belonging files as "Not versioned". I can click on each folder and do "Open With..." -> "kdesvn", but that's rather time consuming with 100 folders spread across four parent-folders.
It would be really nice to have kdesvn recurse into these sub-folders and pull out the version information as it would if everything was in one monolithic check-out.

you mean - it should add all below new added folders, too?