C
cverbiest
Guest
1. Enable Auto-Backup * system-wide, with exceptions per workspace. Or * Enable by default and allow to turn of per workspace. 2. Number of Backups to Keep (default 5) + One per day. during a day a source will be saved frequently so 5 backups will quickly start overwriting previous day versions. Most developers leave sources in some kind of viable state at the end of the day. Previous day can be more usefull to return to. I create an OS-backup of all changed sources (find src -type f -mtime -1), I've been doing that for about 6 years and haven't yet found the need to remove any of those backups, it only takes 2.4GB 3. have an API to update workspace settings so that we can "for each" the setting without have to resort to for each rtb_wspace ... 4. Will it be possible to compare a source with previous versions
Continue reading...
Continue reading...