Shop OBEX P1 Docs P2 Docs Learn Events
Software Configuration Management Resources — Parallax Forums

Software Configuration Management Resources

Kevin WoodKevin Wood Posts: 1,266
edited 2006-04-14 18:42 in General Discussion
I recently discovered 2 freely available software configuration management tools that others might find useful.

1. SourceGear Vault - single developer version

2. Perforce - 2 developers / 5 client workspaces

There are some open source systems available also, the above products are commercially developed.


I recently installed Perforce on Windows; if anybody is thinking about installing it, post here and I'll post some things to watch out for that I discovered in the process.

I've also been using a free programmer's editor called ConTEXT, which I discovered has Perforce integration, which is very cool.

In case anybody is wondering what SCM does, it is basically revision control of your source code. It's of most benefit for larger software teams, but there is no reason a single developer can't use it, especially if doing any type of commercial development.

Comments

  • Jeff DegeJeff Dege Posts: 85
    edited 2006-04-14 17:30
    I've been using CVS forever. Though if I were to start a new project, I'd give Subversion a thorough looking over.
  • SSteveSSteve Posts: 808
    edited 2006-04-14 18:42
    Subversion is great. It seems to be winning a lot of converts from CVS.

    SCM is invaluable when you've made changes that break your code and wish you could get back to last week's working version. I use it on all my programming projects as well as web sites.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    OS-X: because making Unix user-friendly was easier than debugging Windows
Sign In or Register to comment.