Results 1 to 3 of 3

Thread: how to configure VSS in .net?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2004
    Location
    india
    Posts
    95

    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

  2. #2
    Hyperactive Member GlenW's Avatar
    Join Date
    Nov 2001
    Location
    Gateshead, England
    Posts
    479

    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.

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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
  •  



Click Here to Expand Forum to Full Width