Fossil SCM
Fossil allow to add own repository to itself (similar to bug c7b35be88)
Fixed
8e9136e80ca3eeb…
· opened 17 years, 8 months ago
- Type
- Incident
- Priority
- Immediate
- Severity
- Severe
- Resolution
- Fixed
- Subsystem
- one
- Created
- July 23, 2008 3:59 p.m.
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:
Fixed by check-in [141c31792b]