----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Pandurang_Nayak Message 3 in Discussion hi viswak, i replied to this one by email. but the email system here seems to be too slow! i've missed so many mails - i had no idea! anyways, here is how to go about setting up VSS for a webapp. 1. Create a VSS project and users - typically this is done in a central "server" 2. Create a web project in your local machine - http://localhost/webapp 3. From the VS.NET File>Source Control menu or by right clicking on the solution, say "Add solution to source control" - it will ask you for the VSS project, assign the VSS project you created. 4. Check in all code. 5. Ask all developers in your team to open VS.NET and then go to File > Source Control and retrieve project from source control. This way, everybody has a local copy of the project. Anybody wanting to use a file should check it out and then work on it. The settings for these can be set through VS.NET > Tools > Options >Source Control. The central server never has the entire website in this case, it just has the VSS. Easy to maintain backups, etc. and no necessity to even install VS.NET or do any development on the server. Having the localhost running the webapp is also good for debugging. Regards Pandurang ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDotNet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
