|
2008-07-23
| ||
| 17:39 | • Fixed ticket [8e9136e80c]: Fossil allow to add own repository to itself (similar to bug c7b35be88) plus 4 other changes ... (artifact: c76ef5c91d user: drh) | |
| 17:36 | Do not allow the current repository to be added to the set of files for a repository. Ticket [8e9136e8]. ... (check-in: 141c31792b user: drh tags: trunk) | |
| 15:59 | • New ticket [8e9136e80c] Fossil allow to add own repository to itself (similar to bug c7b35be88). ... (artifact: 2561863976 user: anonymous) | |
| Ticket Hash: | 8e9136e80ca3eeb053329bc0c829f5280ae2ab17 | ||
| Title: | Fossil allow to add own repository to itself (similar to bug c7b35be88) | ||
| Status: | Fixed | Type: | Incident |
| Severity: | Severe | Priority: | Immediate |
| Subsystem: | one | Resolution: | Fixed |
| Last Modified: |
2008-07-23 17:39:00 17.70 years ago |
Created: |
2008-07-23 15:59:50 17.70 years ago |
| Version Found In: | 2ecc407d9b | ||
| Description: | ||||
This bug is similar to the one mentioned under c7b35be884. Here Fossil allow to add a repository db (that is contained in the same directory tree as the checkout) to itself like this:
mkdir test1 cd test1 fossil new myrepo fossil open myrepo fossil add myrepo fossil commit fossil commit :ad infinitum. In spririt of the commands clean and extra Fossil should not allow to add its own repository database to itself. drh added on 2008-07-23 17:39:00: | ||||