Tool for comparing two versions of a codebase???

B

Bert

Hello,

Are there any good tools for comparing two C# solutions?

Let's say I have several c# projects in a solution. Let's call that solution
the reference solution.

I make a copy of the reference solution. I add some code in various
projects. I change some code in
various projects. I delete some projects. I add new projects and end up with
a new solution.

Now I want to compare the reference solution with the new solution and have
a tool report to me which
changes have occured.

Are there any good tools for this?

I am also looking for a tool which will do the same thing for projects coded
in C.

Thanks.
 
T

Tom Shelton

It happens that Bert formulated :
Hello,

Are there any good tools for comparing two C# solutions?

Let's say I have several c# projects in a solution. Let's call that solution
the reference solution.

I make a copy of the reference solution. I add some code in various projects.
I change some code in
various projects. I delete some projects. I add new projects and end up with
a new solution.

Now I want to compare the reference solution with the new solution and have a
tool report to me which
changes have occured.

Are there any good tools for this?

I am also looking for a tool which will do the same thing for projects coded
in C.

Thanks.

Sounds like you need a good source control tool. Most of them will let
you do version comparisons, etc, as part of the standard package.

There are many excelent, and free, source control tools out there, so
there is really no good reason not to use one. My personal faviorite
is svn - using tortoise svn on the client....
 
S

Sjouke Burry

Bert said:
Hello,

Are there any good tools for comparing two C# solutions?

Let's say I have several c# projects in a solution. Let's call that solution
the reference solution.

I make a copy of the reference solution. I add some code in various
projects. I change some code in
various projects. I delete some projects. I add new projects and end up with
a new solution.

Now I want to compare the reference solution with the new solution and have
a tool report to me which
changes have occured.

Are there any good tools for this?

I am also looking for a tool which will do the same thing for projects coded
in C.

Thanks.
Yep. Your brain.
 

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

Top