C
Cowboy \(Gregory A. Beamer\)
This depends on budget, etc.
With three developers, and a larger budget, you might use Team System. It
has a nice version control system that links into reports and project
management. But, it is awfully expensive if all you are using is version
control. Unless you take full advantage of the designers, test bits, and use
Project for your project management, SharePoint for your Content Management,
it is a lot of money.
If you are not using all of the features of VS Team System, I would go down
to the Visual Studio Professional edition. Standard is just missing too many
features for me to recommend it. In this case, you have a couple of options
for source control.
1. For easy set up, SourceSafe is an option. The latest version(s) allow you
to choose whether or not to exclusively lock files and have a merge module,
making them more flexible. It is still not an Enterprise level source
control. If your libraries are used by other teams, this is not the greatest
option, IMO.
2. For more Enterprise level control, without the TFS cost, there are open
source repositories like CVS and Subversion and pay repositories.
Open Source: Of the two, I have enjoyed Subversion more. This is partially a
familiarity issue, so take my advice here with a grain of salt. On the
project I worked on with CVS, I was not in control of the Repository.
Pay: I am ratehr fond of Source Gear's products. I have worked quite a few
consult gigs who used Vault. Source Gear now has a product called Fortress,
which is also a bug tracker (if you already have one, ignore). Vault (and
Fortress) are easy to set up. The pricing is $249 per developer (Vault) and
$499 per developer (Fortress), so this is not a free option. These products
are easy to set up and start using and work with Visual Studio, including
Visual Studio 2008.
--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
*************************************************
| Think outside the box!
|
*************************************************
With three developers, and a larger budget, you might use Team System. It
has a nice version control system that links into reports and project
management. But, it is awfully expensive if all you are using is version
control. Unless you take full advantage of the designers, test bits, and use
Project for your project management, SharePoint for your Content Management,
it is a lot of money.
If you are not using all of the features of VS Team System, I would go down
to the Visual Studio Professional edition. Standard is just missing too many
features for me to recommend it. In this case, you have a couple of options
for source control.
1. For easy set up, SourceSafe is an option. The latest version(s) allow you
to choose whether or not to exclusively lock files and have a merge module,
making them more flexible. It is still not an Enterprise level source
control. If your libraries are used by other teams, this is not the greatest
option, IMO.
2. For more Enterprise level control, without the TFS cost, there are open
source repositories like CVS and Subversion and pay repositories.
Open Source: Of the two, I have enjoyed Subversion more. This is partially a
familiarity issue, so take my advice here with a grain of salt. On the
project I worked on with CVS, I was not in control of the Repository.
Pay: I am ratehr fond of Source Gear's products. I have worked quite a few
consult gigs who used Vault. Source Gear now has a product called Fortress,
which is also a bug tracker (if you already have one, ignore). Vault (and
Fortress) are easy to set up. The pricing is $249 per developer (Vault) and
$499 per developer (Fortress), so this is not a free option. These products
are easy to set up and start using and work with Visual Studio, including
Visual Studio 2008.
--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
*************************************************
| Think outside the box!
|
*************************************************
