Re: Understanding the VSS paradigm...
I'm now slowly understanding that my thought process is stuck in trying
to control the output files but maybe (as the name suggests) Source
Safe solely manages source - so how does industry tie the multiple
versions of source with a final number of the output?
Maybe this is the area I'm struggling to understand!
Here's an example:
Source:
Main.c (VSS version 1)
MyLibrary.c (VSS version 4)
MyFunctions.c (VSS version 23)
Output:
MyConsoleApp.exe (file version 1.0.0.5)
Source files increment every time a change is made and
check-out/check-in process occurs
So how does one link the file version 1.0.0.5 to the multiple versions
of source and keep history??
Cheers for any help
Lea
.
Relevant Pages
- Re: VS2005 Team System & VSS good? I dont think so.
... > What I like is theVS6 kind of integration: when I modify a source file in ... > me to check out from VSS. ... source control, or you don't have any source control provider installed). ... Besides Class Diagram, do we have any other UML like diagrams ... (microsoft.public.vstudio.sourcesafe) - Re: Stupid Vs2003 trick
... we use newsgroups to correct the information for all who may ... > is only a problem because of your incorrect use of the product. ... >> Removing the file from Vs' control caused the change to display. ... > But VSS is not at all invovled in the problem? ... (microsoft.public.vsnet.ide) - Re: Version control
... TeamSystem is more than version control, so they are only comparable on ... If you mean VSS, ... We're currently leaving TeamCoherence because of lack of support, and it seems the product is dying. ... We've been using it for both version control and tracking bugs. ... (borland.public.delphi.non-technical) - Re: Sending IP address in SMTP server
... Multiple outbound VSs can have the same EHLO string and source IP, ... performance by splitting inbound spools across multiple disk spindles, ... (microsoft.public.inetserver.iis.smtp_nntp) - Re: Source Code Control
... Another vote here for Subversion. ... I have used VSS for years and have a few years experience of ClearCase. ... If you are new to version control then you ... to appreciate good branching support:) ... (comp.arch.embedded) |
|