is there a tool that compare 2 vs.net projects and show the differences in code ?

  • Thread starter Thread starter John Timney \(ASP.NET MVP\)
  • Start date Start date
J

John Timney \(ASP.NET MVP\)

sourcesafe can do it

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director
 
hi.
is there a tool that compare 2 vs.net projects and show the differences in
code ?
(in text..)


such tool will help me alot to see changes i made between backups for
example.

have a nice day.
 
In addition to the other answer, when I copy a project from my laptop
(doesn't have SourceSafe) back onto my desktop (does have SourceSafe), I use
Beyond Compare, from Scooter Software. It doesn't know anything about Visual
Studio .NET, but its directory and file compare is excellent, including the
file viewer, which is very good at synchronising two files side by side.

HTH

Charles
 
That's called Source Code Control!

There are plenty of tools on this theme: VSS, CVS, PVCS, Perforce,
Bitkeeper, Subversion, ClearCase, to name just a few.
CVS and Subversion are free, and there are plenty of tools around CVS
(Tortoise CVS is my favorite).

Bruno
 
Back
Top