son Posted April 26, 2004 Posted April 26, 2004 hi hope all is well.. i am working with a team on a project, we would like to share the same project when we are working and then upload the changes that we have made to the project to the server.. i was reading about source control.. i really would appreciate some help on this cause i am shore there is a way to work around it..... thanks in advance sonia..;) Quote
jspencer Posted April 26, 2004 Posted April 26, 2004 It sounds like you need to use SourceSafe. It's pretty easy to use and integrates with the vs.net IDE. Find the disk and install it. Use the administrator tool to create a database in a location that's accessible to all of your developers. Add your projects to it and hey presto, you've got shared source code. If you've got specific questions, please come back to me, otherwise you can find some pretty specific help in the VSS help files. Quote
akiaz Posted April 26, 2004 Posted April 26, 2004 Of course if you are not using Visual Studio or if you are not interested in SourceSafe, check out cvs. There is a version called cvsnt for windows that allows multideveloper environment. This is a command line utility, but there is also a windows shell extension called tortoisecvs that makes it much easier (almost too easy). I have never used SourceSafe before so I cannot speak for it's ease of use. But after having used CVS for source control, I would never go back. We have 5 developers where I work and we do use Visual Studio for our development but use CVS for source control. It does _not_ integrate with VS though. Just my 2 cents. HTH Quote
Administrators PlausiblyDamp Posted April 26, 2004 Administrators Posted April 26, 2004 The people who do TortoiseCVS also do a VS.Net plugin found here - have never used it myself though. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
son Posted April 27, 2004 Author Posted April 27, 2004 some tips on source safe heya thanks for your reply... very useful i am using visual studio.net 2003, and i have installed visual source safe on my local machine.. i am having problems on how to use it can some one please tell me how.. i have already installed the visual source safe database server on t server. can ya tell me some steps how to use t source safe from my local machine onto the server and compare products.. thanks in advance.. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.