02 December 2004 - java_dev (original) (raw)

10:16 pm - dplass - I need advice I'm working on a small project and I want to use a source code control system like CVS or Subversion.First decision: CVS or Subversion?Second decision: should I put the repository on the SAME machine that I develop on? Choices are: my laptop (where I develop), or my server? Benefits of putting it on the server is that its accessible by all machines on my (home) network (e.g., my work laptop), and that it's NOT my development machine. Benefit of putting it on the laptop is that it has a working CD burner (for backups) unlike the server.Advice/ideas are welcome and encouraged!