User Details
- User Since
- Jul 5 2021, 10:03 AM (180 w, 5 d)
Sep 28 2022
fix typo in log message
add comment as suggested by vlorentz
Sep 27 2022
Jan 6 2022
rebased patch
new patch with some suggestions from ardumont applied
Dec 17 2021
remove self.log.info() call that was used for debugging
new version which uses a mock class for the test
move path-safety check into a helper function
Dec 16 2021
This PDF contains my SVN Loader review report.
Dec 10 2021
- add missing check for "/../" to the rcsparse code path
I found one additional problem. See D6823.
Unless I have overlooked something, all currently known issues have now been addressed.
Dec 9 2021
integrate tweaks suggested by vlorentz and squash commits
I have started test conversions of the OpenBSD CVS repository.
Dec 8 2021
Dec 7 2021
remove unnecessary tweaking of final \n in log buffer
Dec 6 2021
fix typo in comment
addressed review comments; see my responses to various comments for details
Dec 4 2021
Dec 1 2021
Nov 29 2021
Nov 26 2021
- add a test for conversion of a file which contains a Header keyword
Nov 25 2021
This patch is wrong. Keywords stored in already-expanded form in the repository are no longer being expanded. We need a different fix for this issue.
Nov 24 2021
D6684 addresses another keyword expansion issue found while testing conversion of CVS's own history.
The above problem with the Header keyword can be worked around (at least for the GNU savannah site) with the patch in D6678.
Nov 22 2021
Nov 12 2021
Another problem with keyword expansion found during testing:
Nov 11 2021
Nov 10 2021
Nov 9 2021
changes suggested by vlorentz