473,385 Members | 1,461 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

what exactly is the source safe used for

what exactly is the source safe used for
--
Adam S
Jul 21 '05 #1
2 1276
Newbee Adam <Ne********@discussions.microsoft.com> wrote:
what exactly is the source safe used for


Source control. It means that:

1) You can see who's done what
2) You can go back to previous versions of files
3) You can label a specific version, and fetch that version across a
whole project
4) You can share files between different projects
5) Lots of developers can work on the same codebase without having to
manually send each other the files they've changed
6) You can lose all your code due to VSS database corruption

As you can probably tell by the last point, I'm far from a fan of
SourceSafe - there are better source control systems out there

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #2
Source Safe is a source control system. What that means is that it
maintains a history of all changes so that you can compare different
versions to see what has happened. This can help when some new code is not
working but you do you remember what the code looked like before. It also
allows team collaboration by having one central location for all source
code, then other team members can simply download the most recent stuff
periodically.
"Newbee Adam" <Ne********@discussions.microsoft.com> wrote in message
news:E0**********************************@microsof t.com...
what exactly is the source safe used for
--
Adam S

Jul 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

121
by: typingcat | last post by:
First of all, I'm an Asian and I need to input Japanese, Korean and so on. I've tried many PHP IDEs today, but almost non of them supported Unicode (UTF-8) file. I've found that the only Unicode...
2
by: Newbee Adam | last post by:
what exactly is the source safe used for -- Adam S
39
by: VidTheKid | last post by:
THE PROBLEM The % symbol is too vague when defining dimensions in CSS and HTML. It can relate to an inherited value, a measure of the containing element (which can differ between box models) or...
18
by: cj | last post by:
members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe. I'm under the impression before you can use a class you have to make an...
2
by: RedJoy | last post by:
I am trying to "clean up" a solution with 10 projects and I was wondering if there is a way to "traverse" the source files to find not only the #includes but also remove #includes that are not...
4
by: schneider | last post by:
Hello, Everyone We have 5 developers here using C#, developing Windows Forms apps and webservices, we currently use VS2005 Pro and Visual Source Safe 4, but have too many problems like Visual...
0
by: WebSnozz | last post by:
I would like to add my binaries from the Release directory of several projects to source safe. My hope is that I can get latest, build the project, and then check-in so that the binaries are...
167
by: darren | last post by:
Hi I have to write a multi-threaded program. I decided to take an OO approach to it. I had the idea to wrap up all of the thread functions in a mix-in class called Threadable. Then when an...
15
by: Desmond | last post by:
I used Source safe in Visual Studio 6 (2001) However in .net 2008 after installing it there seems to be no sign of any source safe. Has this been dis-continued. If not how do I set it all up. ...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.