Re: Disassembler




"Howard Brazee" <howard@xxxxxxxxxx> wrote in message news:lhd602hs3ie1rgrfbp0js4vm4kd13q0n9h@xxxxxxxxxx
On Mon, 27 Feb 2006 11:00:10 -0600, Peter Lacey <lacey@xxxxxxx> wrote:

Don't start that again! It isn't every shop that has the luxury of no
inherited programs. Are you also saying that compiled objects never get
lost?????

We're moving towards a Java environment for much of our code. I went
to modify a method and first did a search to determine where the code
was copied - and found 161 copies of a file which I had created, which
was copied by the trunk and branches and a bunch of places that I
don't get. I'm told not to worry about it, but that's hard from my
background.

The code in these are not all the same.

Sounds like you're using a source version control system. These systems keep a copy of every version of the source code you've written. So if you've comitted 100 changes to the files, they'll be 100 copies of the file lying around[*]. "Branch" and "Trunk" are terms frequently used in such system.

See:

http://en.wikipedia.org/wiki/Version_control_system
http://en.wikipedia.org/wiki/Concurrent_Versions_System
http://en.wikipedia.org/wiki/Subversion_%28software%29

- Oliver

[*] Actually, in practice, various compression mechanisms are used. For example, one "master copy" might get stored, and the other 99 files just describe the deviations from the master copy or from each other, rather than containing the whole file verbatim.

.



Relevant Pages

  • Re: Double Whammy - the Fuckup Fairy and the Pontificator
    ... at 03:30 PM, ptomblin+netnews@xxxxxxxxx (Paul Tomblin) said: ... ANY source code control system. ... We don't have to care, ...
    (alt.sysadmin.recovery)
  • Re: Teaching new tricks to an old dog (C++ -->Ada)
    ... > But not all lines of source code are created equally. ... > more expressive language the application might be only half that size, ... some reduction in the KSLOC, but at what cost in understandability? ...
    (comp.lang.ada)
  • Re: Teaching new tricks to an old dog (C++ -->Ada)
    ... > But not all lines of source code are created equally. ... > more expressive language the application might be only half that size, ... some reduction in the KSLOC, but at what cost in understandability? ...
    (comp.lang.cpp)
  • re:Can I synchronize replicated Access dbs with VB.Net?
    ... Playing around with ideas, I thought - I could more or less do what I ... I can have the "Master" versiion of the database on the Admin machine, ... So in effect the control system has the latest config ... Any reason to get ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Output stored procedures as text problem
    ... Hopefully this is a one off and you will be working with a source code ... control system, therefore depending on the need for the older versions you ... Prev by Date: ...
    (comp.databases.ms-sqlserver)