Programmer's File Editor With Change Tracking?
passionfingers writes "My business users regularly have to tweak large (>32MB text) data files manually. Overlords charged with verifying the aforementioned changes have requested that the little people be provided with a new file editor that will track changes made to a file (as a word processor does). I have scouted around online for such an animal, but to no avail — even commercial offerings like UltraEdit32 don't offer such a feature. Likewise on the OSS side of the fence, where I expected a Notepad++ plugin or the like, it appears that the requirements to a) open a file containing a large volume of text data and b) track changes to the data, are mutually exclusive. Does anyone in the Slashdot community already have such a beast in their menagerie? Perhaps there is there a commercial offering I've missed, or could someone possibly point me to their favorite (stable) OSS project that might measure up?"
I just wrote one for you, and it is even using your favorite editor:
cp $1 $1.bak
`$EDITOR $1`
diff $1.bak $1
You must switch to version control, urgently!
Tsunami -- You can't bring a good wave down!
come to think of it, it sounds like you're asking us how to best manage spam hit lists.
They're using their grammar skills there.
Yeah, there's no way I'd switch from vi, even if it meant better integrated version control. Of course, I'm sure that Emacs has an SVN server built in ;)
> cpmsoders
I think you need to move your keyboard about this much (___) to the left. The scary thing is it made perfect sense!
Oops! That's quite imcjaracjterostoc of me... my apologies.
which is totally what she said
their domain name used to be "expertsexchange.com".
Then one day that address suddenly redirected to "experts-exchange.com" You could almost feel the webmasters smacking themselves in the forehead.
DRM: Terminator crops for your mind!
v[,dpfrtd?
b].f[gtyh?
xonaiswea?
zib UAQW?
I am losing it!!
well considering many of us here are at work, we are getting paid for it.
I've got a list of "worst URLS" around somewhere that's got expertsexchange.com on it. Other memorable entries included an artist's site, speedofart.com, and the Mole Station Nursery, a wildlife non-profit, at molestationnursery.com.
http://burntherapist.com/
DRM: Terminator crops for your mind!
Don't forget-- the company Pen Island decided to use their name (without dashes) as their URL. Capitalization being rare in URLs, it didn't work so well.
Then don't post, oh phallic one
Neither did the URL for the Italian branch of a multinational energy company: "PowerGen Italia"...
...a shingle is just fine.
Revision history can't be hidden within a plain text file?