Fossil SCM
Remembered a problem I have to deal with, added to my notes.
Commit
d2b1d3be25a4e0d868f2de35a9043a22282312bf
Parent
66235f2430ae242…
1 file changed
+3
+3
| --- cvs2fossil.txt | ||
| +++ cvs2fossil.txt | ||
| @@ -4,5 +4,8 @@ | ||
| 4 | 4 | |
| 5 | 5 | * Not yet able to handle the specification of multiple projects |
| 6 | 6 | for one CVS repository. I.e. I can, for example, import all of |
| 7 | 7 | tcllib, or a single subproject of tcllib, like tklib, but not |
| 8 | 8 | multiple sub-projects in one go. |
| 9 | + | |
| 10 | +* We have to look into the pass 'InitCsets' and hunt for the | |
| 11 | + cause of the large amount of memory it is gobbling up. | |
| 9 | 12 |
| --- cvs2fossil.txt | |
| +++ cvs2fossil.txt | |
| @@ -4,5 +4,8 @@ | |
| 4 | |
| 5 | * Not yet able to handle the specification of multiple projects |
| 6 | for one CVS repository. I.e. I can, for example, import all of |
| 7 | tcllib, or a single subproject of tcllib, like tklib, but not |
| 8 | multiple sub-projects in one go. |
| 9 |
| --- cvs2fossil.txt | |
| +++ cvs2fossil.txt | |
| @@ -4,5 +4,8 @@ | |
| 4 | |
| 5 | * Not yet able to handle the specification of multiple projects |
| 6 | for one CVS repository. I.e. I can, for example, import all of |
| 7 | tcllib, or a single subproject of tcllib, like tklib, but not |
| 8 | multiple sub-projects in one go. |
| 9 | |
| 10 | * We have to look into the pass 'InitCsets' and hunt for the |
| 11 | cause of the large amount of memory it is gobbling up. |
| 12 |