|
-
Jun 27th, 2005, 12:39 AM
#1
Thread Starter
Lively Member
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
-
Jun 27th, 2005, 04:35 PM
#2
Hyperactive Member
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.
Last edited by GlenW; Jun 28th, 2005 at 02:35 AM.
-
Jun 28th, 2005, 02:27 AM
#3
Re: how to configure VSS in .net?
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|