Version control on a 2GB USB drive

前端 未结 14 1857
南笙
南笙 2020-12-07 11:30

For my school work, I do a lot of switching computers (from labs to my laptop to the library). I\'d kind of like to put this code under some kind of version control. Of co

14条回答
  •  抹茶落季
    2020-12-07 11:54

    I recommend Fossil http://www.fossil-scm.org/

    includes

    • command line
    • dvcs
    • cross platform (and easy to compile)
    • 'autosync' command make the essential task of syncing to a backup easy.
    • backup server configuration is a doddle.
    • easy to learn/use
    • very helpful community
    • web ui with wiki and bugtracker included.
    • 3.5Mb, single executable
    • one sqlite database as the repository

提交回复
热议问题