Stories recently tagged with 'SourceControl'

Are you still using Visual SourceSafe !!! ? (mydreamhelmy.blogspot.com)

submitted by mydream333mydream333(199) 4 years ago

Last version OF VSS was in 2005 and Microsoft Recommend moving to TFS Version Control and you still use VSS ...I can't believe that !!!! read more...

add a comment |category: |Views: 10

tags: another

Getting started with VisualSVN(mikeinmadison.wordpress.com)

submitted by mikeinmadisonmikeinmadison(170) 4 years, 4 months ago

VisualSVN is simply a front-end for the command line Subversion functions, just like TortoiseSVN. The difference between the two is that TortoiseSVN is a “add-in” for Windows and VisualSVN is an add-in for Visual Studio. read more...

4 comments |category: |Views: 88

tags: another

Version Control and “the 80%”(blog.red-bean.com)

submitted by powerrushpowerrush(3873) 4 years, 7 months ago

Ben Collins-Sussman, one of the original designers and developers of Subversion, discusses the challenge to keep Subversion simple yet practical. read more...

2 comments |category: |Views: 2

tags: another

Software Branching and Parallel Universes(codinghorror.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 7 months ago

"Source control is the very bedrock of software development. Without some sort of version control system in place, you can't reasonably call yourself a software engineer. If you're using a source control system of any kind, you're versioning files almost by definition. The concept of versioning is deeply embedded in every source control system. You can't avoid it. But there's another concept, equally fundamental to source control, which is much less frequently used in practice. That concept is branching." read more...

add a comment |category: |Views: 6

tags: another

A Visual Guide to Version Control(betterexplained.com)

submitted by powerrushpowerrush(3873) 4 years, 7 months ago

A good, "highly visual" overview of Version Control, (a.k.a. Source Control). It also references Subversion command line examples, but the overview applies to most version control systems. read more...

add a comment |category: |Views: 16

tags: another

Setting up and running Subversion and Tortoise SVN(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 9 months ago

A quick walkthrough of setting up and configuring SubVersion with Tortoise SVN and getting started creating repositories, adding files and folders, creating local copies and working with SVN. read more...

1 comment |category: |Views: 153

tags: another

The right way to think about source control(workblog.jonrowett.com)

submitted by jrowettjrowett(60) 5 years ago

Source code control is not just a fancy version of File -> Save... read more...

3 comments |category: |Views: 3

tags: another

VisualSVN - Finally Feel-Good Visual Studio Plugin for Subversion(codebetter.com)

submitted by dalzieldalziel(6230) 5 years, 8 months ago

VisualSVN takes a novel approach to bringing SVN into the Visual Studio IDE... it brings Tortoise into the IDE! Rather than switching to a Windows Explorer window to use Tortoise on your source tree, VisualSVN simply opens the appropriate Tortoise screen as a modal window over Visual Studio. read more...

1 comment |category: |Views: 47

tags: another

Source Control: Anything But SourceSafe(codinghorror.com)

submitted by dalzieldalziel(6230) 5 years, 9 months ago

VSoft, the makers of FinalBuilder, just published the results of their annual customer survey. One of the questions is which version control systems do you currently use, or plan to use, in the next 12 months? The top 9 responses are reprinted here. I'm disheartened to see that Visual SourceSafe is still at the top of the list. If you are serious about the practice of software development, you should avoid SourceSafe. read more...

add a comment |category: |Views: 12

tags: another

Introducing CaptainHook - A Subversion Hook Framework For .NET(haacked.com)

submitted by dalzieldalziel(6230) 5 years, 10 months ago

A really nice set of hooks to tap into SVN events using .NET read more...

add a comment |category: |Views: 23

tags: another