Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
9 check-ins using file tools/cvs2fossil/lib/c2f_repository.tcl version 2bc22e9971
|
2007-10-24
| ||
| 07:54 | Disabled check for control characters in the log message. Allowing this for the moment, lets see if we run into trouble later on. Further reworked the check of symbol names, disallow forward slashs only at end. Found legal tags containing forward slashs in the middle. check-in: fa643aa91d user: aku tags: trunk | |
|
2007-10-23
| ||
| 04:36 | Restructured the code handling NTBD in ExcludeBranch a bit to prevent the asserts in GraftNTDB2Trunk to bail out. check-in: e94b52b6f2 user: aku tags: trunk | |
| 04:34 | Added a bit of path normalization, stripping of a trailing slash from the path to the cvs repository. Before such a slash could break a later coming fileutil::stripPath. check-in: 9f3fd3ec4b user: aku tags: trunk | |
| 04:32 | Added more checks to the RCS parser to detect bogus symbol names and problematic log messages. Added ability to rewind back to the beginning of the last recognized token for a nicer positioned error message. check-in: 1527954d87 user: aku tags: trunk | |
| 03:29 | Reworked object deletion to happen centrally after the file has been processed (drop). Simplified the code restructuring the revision tree as it now doesn't have to think about when and where to remove objects. check-in: a766b08198 user: aku tags: trunk | |
| 02:29 | Due to quickly building memory pressure for large cvs repositories (thousands of revisions and symbol object) we have to save the pertinent information of a file immediately after it has been processed and then clear the memory. Inserted the basic skeleton for this into pass and file objects. check-in: 3a00ac5aa2 user: aku tags: trunk | |
|
2007-10-21
| ||
| 07:08 | Simplified the code for excluding non-trunk revisions a bit, using higher-level methods for some changes. Added missing revision destruction. check-in: 436f17a5f0 user: aku tags: trunk | |
| 06:10 | Added code able to exclude all non-trunk revisions upon user request. check-in: 886b6f257b user: aku tags: trunk | |
| 04:42 | Created a separate common class for the id databases used by the repository, and updated the repository code to use it. check-in: 99e165d5c4 user: aku tags: trunk | |