Ticket #16 (closed: fixed)
recursive status
| Reported by: | niko | Owned by: | alwin |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | All | Version: | |
| Severity: | feature | Keywords: | RESOLVED |
| Cc: |
Description
a recursive-status like TortoiseSVN would be very, very nice!
it must be configurable - and it should have some kind of cache-system (TortoiseSVN has a background-process running that looks what files in the WC get modified)
...a simpler solution might be a button "get recursive status" that simply calls "svn st" recursive and displays the result. currenlty i have no way to check for modified files recursively.
Attachments
Change History
comment:1 Changed 8 years ago by niko
- Owner changed from anonymous to alwin
- Status changed from new to assigned
comment:2 Changed 8 years ago by alwin
- Keywords ACKNOWLEDGED added
- Status changed from assigned to new
comes ASAP (stuff is prepared)
comment:3 Changed 8 years ago by niko
amazing, great! the recursive status is really nice :D
...but :D its slow :( i have a very huge workingcopy on my disk... it took about 2 minutes to get the recursive status...
a "svn st"-call is slow too... but faster than kdesvn.
the best solution (as allready said) would be a cache. don't know if this would be possible
another possiblity would be that i have explecitely call "check for modified files"
