Is there any diff tool for Lotus Notes which allows to compare scripts, design elements and documents?
相关问题
- Replace sequence of identical values of length > 2
- Is there a maven plugin that can diff files and ou
- Is Interop.Domino dll thread safe?
- Comparing two strings or objects and getting the d
- Attaching multiple files through MIMEs to a docume
相关文章
- In R, find whether two files differ
- Interactively merge files tracked with git and unt
- Is there a commonly-used filename extension for un
- Diff for Powerpoint
- Removing trailing white space only for edited line
- Git: How to diff two different files in different
- How to store result of diff in Linux
- Sending email through lotus notes using excel VBA
DDE (Domino Designer on Eclipse) let's you compare design elements natively. Same way as the search. It's pretty efficient (faster than a DXL exportation) and it's free.
There is a free tool from OpenNTF which does document comparisons: http://www.openntf.org/Projects/pmt.nsf/ProjectLookup/Compare%20Notes%20Documents
Ytria also has a product which, among other things, will compare data documents (I don't believe it compares design elements).
http://www.ytria.com/website.nsf/WebPageRequest/Solutions_scanEZ_specen
And, I believe Martin Scott (http://www.martinscott.com) has a similar product which compares documents.
I had a discussion on my blog a little while back about this:
http://rosshawkins.net/archive/2009/12/24/notesdomino-refactoringanalysis-tools.aspx
However what I've ended up doing in the past is exporting the design to the filesystem and using standard text tools (WinMerge and SublimeText for me personally) to do what I need.
Being able to do the raw dump is something that was added with the Eclipse based designer, and isn't overly obvious, but you can read more about it here:
rosshawkins.net/archive/2010/01/20/searching-the-contents-of-notesdomino-design-elements.aspx
(link mangled as my rep is too low to post 2 links in one post yet!)
There is a tool from TeamStudio called Delta: http://www.teamstudio.com/products/delta.html
Teamstudio Delta is really nice. However it might kill you with too many details. As Ross pointed out the Domino Designer 8.5 can use the Diff tool inherited from Eclipse. You also could head over to http://www.openntf.org and look for the DXLMagic project. It can generate a report that shows differences (including code) between 2 databases (typically a template and a variation of it). It is not as complete as Delta, but shows the essentials. It's free and source is included (Disclaimer: I wrote it).
If all else fails (and by "all else" I mean the often ridiculous corporate procurement system) you can always do a an export to DXL (or a Design Synopsis for code alone) and use any decent text editor with a diff function. It's not TeamStudio Delta, but it will get you where you want to go.