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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top