1
2
3
4
5
6
7
8
9
10
11
|
Known problems and areas to work on
===================================
* Not yet able to handle the specification of multiple projects
for one CVS repository. I.e. I can, for example, import all of
tcllib, or a single subproject of tcllib, like tklib, but not
multiple sub-projects in one go.
* We have to look into the pass 'InitCsets' and hunt for the
cause of the large amount of memory it is gobbling up.
|
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
Known problems and areas to work on
===================================
* Not yet able to handle the specification of multiple projects
for one CVS repository. I.e. I can, for example, import all of
tcllib, or a single subproject of tcllib, like tklib, but not
multiple sub-projects in one go.
* We have to look into the pass 'InitCsets' and hunt for the
cause of the large amount of memory it is gobbling up.
* Multi vendor branch on different symbol - Remember the first
vendor branch so that we can force others on it.
ristate -> Allow definition of workspace aliases (:vendor:)
* Look at the dependencies on external packages and consider
which of them can be moved into the importer, either as a
simple utility command, or wholesale.
struct::list
assign, map, reverse, filter
Very few and self-contained commands.
struct::set
size, empty, contains, add, include, exclude,
intersect, subsetof
Most of the core commands.
fileutil
cat, appendToFile, writeFile,
tempfile, stripPath, test
fileutil::traverse
In toto
struct::graph
In toto
snit
In toto
sqlite3
In tota
|