Plugin for C# that could manage history

  • Thread starter Thread starter Mugunth
  • Start date Start date
M

Mugunth

I like the borland's history tab. It automatically backs up my source
code so that i don't have to worry about losing a version. It helps me
to work without a source code control in place. Is there a plugin for
doing the same in C# 2005 IDE?

Regards,
Mugunth
 
Well, I'm not familiar with Borland's products, so I can't compare
directly, but this sounds like a job for whatever repo product you
want. Visual Studio natively supports the Microsoft products: Visual
Source Safe and Team Foundation Server - however, plugins are also
available for others, such as AnkhSVN for subversion [although I'd
rather use TortoiseSVN personally].

Marc
 
Back
Top