in reply to Re^6: Convert file to unix
in thread Convert file to unix
However, a check-it-out, modify-it, check-it-in model would for sure work. I guess the issue is how to make something like that work as easily as possible... The "get the data into memory and open that data in an editor" is not hard - lots of these things can "read the other guys format". The hard part is "SAVE"..maybe I want to save the data in HIS format, not my native format. That means resolving conflicts with others who might be trying to do the same thing (ie updating the same file) which is the most difficult part and oh, by the way, some format changes along the way.
I guess I just stuck my head into a mess. But these problems have solutions.
|
|---|