Suggestions please for a home version control system

前端 未结 17 1708
我在风中等你
我在风中等你 2021-02-04 16:04

I have a home project that really needs to be in Source Control. I tried installing Subversion, which I have some experience with, but couldn\'t get it working. I don\'t parti

相关标签:
17条回答
  • 2021-02-04 16:22

    Well, frankly, I'd suggest sucking it up and doing SVN. It can be a rough start, but it will pay off.

    0 讨论(0)
  • 2021-02-04 16:23

    I think SVN is really your best bet. Take a look at the documentation here about how to set it up.

    I've set up a couple SVN repos on a windows box and never really had a problem especially when you use TortoiseSVN

    0 讨论(0)
  • 2021-02-04 16:23

    Another vote for Subversion+TortoiseSVN, although it doesn't play nicely on domestic NAS based on FAT32.

    0 讨论(0)
  • 2021-02-04 16:23

    I've been pondering this exact question, and have been seriously considering Bazaar. I can't tell you how good it is, not having used it, but you might want to check it out, as it looks promising. Similar to Git and Mercurial, but they claim it's much easier to set up and use.

    0 讨论(0)
  • 2021-02-04 16:29

    See also

    Best Version control for lone developer

    0 讨论(0)
  • 2021-02-04 16:31

    I use Buildix from Thoughtworks. You can install it on a dedicated server or use it as a VM. Though it's more than just SVN: It also includes trac, Cruisecontrol and Mingle.

    0 讨论(0)
提交回复
热议问题