how to configure VSS in .net?
hi
ther are 7 members in our team who wants to share the application from a server, and work with individual pages. i dont know the concepts of configuring VSS for server and accessing application in cllient.
can any one provide me the good article which explains step by step about VSS in .net?
thanking you
v.r.mahendran
Re: how to configure VSS in .net?
As long as a database for VSS is set up to be accessible by all developers you pretty much run it all from Visual Studio.
VSS help files are pretty good.
The only 3 rules you all MUST stick to are;
1. Never check in code that does not compile.
2. Never check in code that does not compile.
3. Never check in code that does not compile.
Seriously allocate one developer to be VSS admin and only he should have delete and rollback permissions, do regular 'Get Latests' and never check in code that does not compile.
Re: how to configure VSS in .net?
Quote:
1. Never check in code that does not compile.
2. Never check in code that does not compile.
3. Never check in code that does not compile.
To deal with this, we have a "break jar" in our working area. Everytime a developer checks in code that breaks the build, he's fined and the money placed in the jar.
End of the project, a little treat for all. :afrog: