Link to home
Start Free TrialLog in
Avatar of Tom Knowlton
Tom KnowltonFlag for United States of America

asked on

Bad idea to maintain 20 branches of the same source code manually

I am looking for resources to explain to someone why it is a BAD IDEA to maintain 20 different versions of the same source code manually.  I don't think I have done a very good job.


I am talking about treating a web application as if it were 20 different applications...when in practice it is just one application.  Remembering what you did for Client A, then pasting that change into Client B, Client C, Client D, etc.  And the other way around...take changes for B, C, and D and reintegrating them into A at some point, assuming A even slightly resembles something that B, C and D could even integrate into anymore.

Thanks for any help you can give...
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Tom Knowlton

ASKER

>>>then it is 20 hard to maintain applications.

They are and it is.  I am trying to change their thinking.
what source control are you using?
Right now - none.

This shop flies by the seat of its pants.

I'd like to give Tortoise SVN a try....
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thx