[ prog / sol / mona ]

prog


What version control system to use for Lisp code?

8 2021-09-15 00:22

>>7
Over the long life of a project, there will be times when some files are removed because they are no longer needed (e.g. after refactoring or major changes). Version control systems like Git make it easy to delete a file while preserving its history. This common task is apparently difficult in RCS. See: https://stackoverflow.com/questions/1562291/how-to-delete-file-in-rcs

18


VIP:

do not edit these