Re: How to install source safe

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Andy wrote:
On May 2, 4:39 am, "Jon Skeet [C# MVP]" <sk...@xxxxxxxxx> wrote:
It's not been discontinued, but unless you absolutely *have* to use
it, I'd recommend a different source control system. Personally I
really like Subversion, which is free and *much* nicer than VSS in my
view. Having said that, I believe that VSS has improved since I last
used it. It would have to have improved beyond recognition to be
better than Subversion though...

VSS improvements are new graphics, and a web service over which you
can work through the internet. Beyond that, nothing has changed, and
it's as unreliable as ever.

I like SourceGear's Vault. Its not free (unless you only need one
user), is designed to be a replacement for VSS and so works in much
the same way, and it stores it's data in MS Sql server, which I prefer
over using the file system. I don't know how SVN does it, but I think
it works on the FS, which may or may not be transactional, and I don't
know if or how SVN would handle only part of the changes being
committed.

SQL Server, as all databases, ultimately deals with files as well.

Subversion does indeed use files to hold revisions, but it is built to be atomical in the sense that a partial commit (ie. one being interrupted) is not committed at all and does not show up in the revision list for the repository.

--
Lasse Vågsæther Karlsen
mailto:lasse@xxxxxxxxxxx
http://presentationmode.blogspot.com/
PGP KeyID: 0xBCDEA2E3
.



Relevant Pages

  • Re: How to install source safe
    ... I'd recommend a different source control system. ... I believe that VSS has improved since I last ... better than Subversion though... ... I don't know how SVN does it, ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Source Code Control
    ... I sit here wondering if all this Anti VSS propaganda out there is due to a ... cons of various source control systems (settling on ... ... Subversion repo is not fully consistent, it must mean your hardware is ... a BDB-based repository would become locked (but not ...
    (comp.arch.embedded)
  • Re: Source Code Control - summary
    ... "Alternatives to Visual Source Safe" thread from July and people there seemed to advocate CVS/SVN and PVCS. ... Noone seems to like VSS. ... It seems that opinions have not changed and so I shall be downloading Subversion and some Tortoises at the weekend to have a trial run of setting up a small versioning system. ... It would appear that I am also required to burn effigies of Bill Gates whilst chanting "Death to VSS." ...
    (comp.arch.embedded)
  • Re: Use an Addin to automatically add date/time stamp to each edited line of VB6 code?
    ... recommends. ... I too like Subversion, but not for the classic VB development platform. ... these comments are aimed at VSS versions normally available with VS6 ... design a SCCS and unfortunately the first SCCS they usually get their hands ...
    (microsoft.public.vb.general.discussion)
  • Re: Source Code Control - summary
    ... Gates whilst chanting "Death to VSS." ... Please get the Subversion book, ... Amazon throws up "Version Control with Subversion" by Collins-Sussmann, ... The CLI commands include some online help, too, very handy from ...
    (comp.arch.embedded)