Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Programming Software IT

Programmer's File Editor With Change Tracking? 286

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?"
This discussion has been archived. No new comments can be posted.

Programmer's File Editor With Change Tracking?

Comments Filter:
  • by FooAtWFU ( 699187 ) on Friday July 25, 2008 @11:54AM (#24336217) Homepage
    In the open-source world you edit your text file, finish for a bit, save it, and check it back into your favorite form of source control. You can then look at the diffs between various revisions.
  • Version control (Score:5, Insightful)

    by Just Some Guy ( 3352 ) <kirk+slashdot@strauser.com> on Friday July 25, 2008 @11:55AM (#24336253) Homepage Journal

    You don't solve that by changing editors. You solve that by standardizing on a version control system and using it. For example, you could stick a Subversion server somehwere on your network, then install TortoiseSVN on your client machines. When you edit the file, you commit it with a log message of why you made the changes.

    This is infinitely preferable to forcing all of your developers to use one specific editor (which is the universal holy war among programmers), when all of them will be half-assed at best when compared to real version control.

  • source control? (Score:2, Insightful)

    by MariusBoo ( 883340 ) on Friday July 25, 2008 @11:58AM (#24336307)
    Are the overlords retarded? Just use source control (svn?). "Track changes" is evil.
  • change the process (Score:5, Insightful)

    by DragonTHC ( 208439 ) <<moc.lliwtsalsremag> <ta> <nogarD>> on Friday July 25, 2008 @12:06PM (#24336423) Homepage Journal

    if your business users have to edit 32MB text files by hand, someone is a moron.

    Someone didn't know what they were doing in the first place.

    Change the process to make sense.

    Perhaps those "files" should actually be in a database. SQL makes automatic manipulation quite easy.

  • Source Control (Score:5, Insightful)

    by Imagix ( 695350 ) on Friday July 25, 2008 @12:07PM (#24336439)
    I'll echo the same sentiments as everybody else... use source control. In addition, you're asking for the impossible. Word Processors can do "change tracking" within a file because the file contains more stuff than simply the text that you type in. Based on your description, the file you're talking about is simple text data, and has no provisions for storing "previous versions" directly within the text file. Where were you expecting this additional information to reside? And if it's in the same file, you would also have to change whatever tools you're using to process that file to be aware of all of this new (and to that tool, useless) information within the file.
  • by Yurka ( 468420 ) on Friday July 25, 2008 @12:07PM (#24336455) Homepage

    Many of the Slashdotters actually pay for the opportunity to, among other things, answer questions like that. If you do not derive satisfaction from doing it, just step aside, no one is forcing you to post.

  • That's not fair (Score:5, Insightful)

    by Scotteh ( 885130 ) on Friday July 25, 2008 @12:08PM (#24336463)
    When you don't know how to do something, where do you go? I usually got to Google first and look around. Sometimes I find something, sometimes I don't. When I can't find anything via Google, where then do you turn? A co-worker? A friend? Maybe an online community of people who would know? The latter sounds like the most promising to me.

    A company isn't concerned with how you find the answer (provided you come by it legally), they just want an answer as soon as possible. The faster, the cheaper the solution man-hours-wise.

    I wouldn't be surprised if you've posted for help on an online forum or asked a friend for help with something. It's no different. It's all part of research.
  • by blincoln ( 592401 ) on Friday July 25, 2008 @12:09PM (#24336477) Homepage Journal

    Perhaps those "files" should actually be in a database. SQL makes automatic manipulation quite easy.

    Exactly. That also makes it easy to build a change audit logging table.

  • by antifoidulus ( 807088 ) on Friday July 25, 2008 @12:10PM (#24336499) Homepage Journal
    Automatic file versioning built right into the file system! Problem solved! Next!
  • by Richard_at_work ( 517087 ) on Friday July 25, 2008 @12:15PM (#24336599)

    a new file editor that will track changes made to a file (as a word processor does)

    A large part of the 'as a word processor does' feature is that the file format itself supports it - all the changes are saved right along side each other and the word processor picks and chooses what to display to you at any particular point in time. If your file format does not support change tracking, you need to look at external change tracking solutions such as SVN/CVS or something on the file system level.

  • by pjt33 ( 739471 ) on Friday July 25, 2008 @12:54PM (#24337241)

    It's not quite as straightforward as that [kerneltrap.org], but there's a valid objection there, and I take the point.

    Of course, the real problem is the idea that users manually editing a 32MB file on a regular basis is at all a sensible idea.

  • by tepples ( 727027 ) <tepples.gmail@com> on Friday July 25, 2008 @01:00PM (#24337365) Homepage Journal

    When I can't find anything via Google, where then do you turn?

    You could ask Slashdot or some other forum, but provide an example of a Google query that you thought was promising but didn't turn up anything relevant. This way, others can see that you at least tried, and people can use why the queries didn't work as a starting point for conversation.

  • by Bob9113 ( 14996 ) on Friday July 25, 2008 @01:02PM (#24337411) Homepage

    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).

    Apparently your Overlords' heads have some fault code and need to be debugged.

    Revision tracking is accomplished with revision tracking software.

    You may think it is easier to just do what they are telling you to do, but in the long run it is not. They need to understand the difference between editing and revision tracking. If they do not, they will not be getting what they are looking for.

    There are a variety of methods for tracking revisions, from diff files to Subversion. Word processors store delta histories in the document, which is a poor place to store such things because it is insecure and liable to corruption.

    Then again, if you're doing hand edits to 32M text files, you probably are working in a company with less comprehension of information science than the City of San Francisco [slashdot.org] (alas, my beloved home city, but boy do they have their heads up their nether regions).

    Seriously - you may not like this answer, but it is the only correct one. Fix their understanding of revision tracking.

  • by cstdenis ( 1118589 ) on Friday July 25, 2008 @01:06PM (#24337485)

    Thats silly. Spammers don't edit their lists. They just blast it out to all, valid or fake.

  • by Anonymous Coward on Friday July 25, 2008 @01:10PM (#24337565)

    Agreed. Fix the real problem, which is "Having to hand-edit a 32 MB text file in the first place."

  • by JakeD409 ( 740143 ) on Friday July 25, 2008 @01:11PM (#24337567)
    If his job involves finding solutions, then that's just it: he needs to find solutions. He doesn't need to INVENT them.

    Oh, and unless you invented source control and diffs, or stumbled upon them in some lost dungeon, you probably found out about them by asking people too, meaning you're just as "bad" as him.
  • by EightBits ( 61345 ) on Friday July 25, 2008 @01:13PM (#24337611)

    Mod the parent up, please. He's not flame baiting and he's no trolling. It's a legitimate post.

    We see too many of these types of questions on Slashdot these days. While I also don't mind helping others, I would like to see less people asking how to do their jobs and more articles that give me good or interesting information instead.

    It's still good to have questions asked, but they should be challenging and puzzling. Simple questions like this do not even merit interesting responses in the comments. They most certainly don't motivate me to try to come up with a solution.

  • by answerer ( 626307 ) on Friday July 25, 2008 @01:14PM (#24337635)
    I'm guessing the point of having change tracking is so that the Overlord can review and approve the changes. In that case, maybe UltraCompare(http://www.ultraedit.com/products/ultracompare.html [ultraedit.com]) is what you're looking for?
  • diff (Score:3, Insightful)

    by slashflood ( 697891 ) <flow@NoSPaM.howflow.com> on Friday July 25, 2008 @01:21PM (#24337755) Homepage Journal
    Keep a copy of the original file and make a diff [gnu.org]. Am I missing something?
  • by jzu ( 74789 ) on Friday July 25, 2008 @01:25PM (#24337813) Journal

    Yes, CVS/SVN/whatever is a good technical answer to a bad requirement. You probably cannot change anything at the requirement level, however, so your best bet would be to report your findings in a very technical and neutral way... And, as a side note or even a line in the corporate summary, just point out the deficiencies in the process and possible solutions if you can imagine straigthforward ones, leaving options open. BTW, the word "risks" has magical powers.

  • Re:Wiki? (Score:2, Insightful)

    by Anonymous Coward on Friday July 25, 2008 @01:37PM (#24338053)

    Did you ever open a 32mb text file in a browser?
    Or edit it in a textbox inside a browser?

    (Even if you split it in sections of, say, 1mb, it's still not gonna work comfortably. And then we're not even talking about reassembling the pieces to get the original big file.)

    And, like someone else said, if you need to start tweaking text files bigger than 32mb, then something in your business processes is wrong.

  • Re:RCS (Score:3, Insightful)

    by SiliconSlick ( 458714 ) on Friday July 25, 2008 @01:58PM (#24338445) Homepage

    And here's one that will track previous changes as well as well as preventing edits by two people at once...

    $ cat edit.sh
    #!/bin/sh
    co -l $1
    $EDITOR $1
    ci $1
    co $1

  • rent a geek (Score:5, Insightful)

    by gabec ( 538140 ) on Friday July 25, 2008 @01:59PM (#24338473)
    The OP has a lot of things working against him:

    1) Obviously never heard of version control like (CVS, SVN, etc.). This is excusable, as setting up and keeping with your very own SVN repo isn't the top of people's lists, and it's entirely possible to not have heard of such a beast.

    2) Accepting the commandment of "thou shalt manually wade through gobs of data in a text file means he's no programmer. This is also perfectly fine, but means he's not the right person to be changing this file anyway.

    3) Is under the impression that revision history could conceivably be hidden within said plain text file, implying the OP doesn't understand basic file formats, which confirms that he is not merely the wrong person but absolutely the last person you want manually mucking with your data files.

    Therefore...

    My suggestion: Forward the request to your IT department (or rent a geek).

  • by Anonymous Coward on Friday July 25, 2008 @02:01PM (#24338501)

    They most certainly don't motivate me to try to come up with a solution.

    No, apparently they motivate you just enough to whine about them in the comments section of the post that you supposedly have no interest in.

  • Re:That's not fair (Score:1, Insightful)

    by Anonymous Coward on Friday July 25, 2008 @02:35PM (#24339147)

    I think that it would be a horrible idea. Content accessed by Google should be accessible to anyone. If you want Google to index your private site, pay them to do so and host the search within your site.

  • Re:That's not fair (Score:3, Insightful)

    by $1uck ( 710826 ) on Friday July 25, 2008 @03:00PM (#24339527)
    Bad Idea... I don't think google or any search engine should index things that aren't public. I think its retarded the way the search engine will point you to something you can't see or use w/o signing up. Really I wish google didn't index expert sex change. Its just more noise in the results.
  • by Kent Recal ( 714863 ) on Friday July 25, 2008 @05:05PM (#24341477)

    It's not "unusual", it's simply nonsense.
    If your business process requires non-techie users to edit and share 32M-sized textfiles regularly then your business process is broken. The whole approach is broken beyond repair, the obvious solution would be to build some kind of frontend for the users.

1 + 1 = 3, for large values of 1.

Working...