in reply to [OT?] SCM recommendation for small to medium size Perl projects
This kind of distributed approach might be useful to you, but if you are the only one working on the project and you can synchronize your repositories often enough (i.e. you plug in your laptop into your local network once a day) it's probably only going to add overhead.
If you are the only one/one of the few people working on projects, svn is probably good enough. The size of the project probably doesn't really matter. Also, svn is probably easier to get into your head than the distributed systems available. Personally, I use subversion. I might check out something more sophisticated if I was working with many people, but currently, I'm not, and for my own stuff svn is easy to work with, and it keeps all my code safe.
|
|---|