Title: | USG buildhelp questions/answers |
Moderator: | SMURF::FILTER |
Created: | Mon Apr 26 1993 |
Last Modified: | Mon Jan 20 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 2763 |
Total number of notes: | 5802 |
Date Of Receipt: 26-DEC-1996 15:40:22.05 From: FLUME::gillett "Christopher Gillett USG 26-Dec-1996 1536" To: [email protected] CC: gillett@DEC:.zko.flume Subj: vmerge tool... Hi... I suspect that bmerge -visual runs the vmerge tool to handle the visual merging of two files. I'd like to use the vmerge tool to do some merging and joining of sources that aren't in ODE. Is that possible? If so, what is the correct command line for running it? Thanks, Chris
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
2746.1 | Re: vmerge tool... | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Thu Jan 02 1997 14:42 | 12 |
Date Of Receipt: 26-DEC-1996 15:45:42.74 From: SEAN::davidson "D. Sean Davidson" To: sean::gillett, [email protected] CC: Subj: Re: vmerge tool... Yes you can use the vmerge tool outside of ode. #!/bin/sh UIDPATH=/usr/sde/tools/alpha_OSF1/bin/vmerge.uid \ /usr/sde/tools/alpha_OSF1/bin/vmerge $@ | |||||
2746.2 | Re: vmerge tool... | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Thu Jan 02 1997 14:43 | 33 |
Date Of Receipt: 27-DEC-1996 00:06:27.00 From: FLUME::"[email protected]" To: [email protected] (gillett) CC: [email protected], [email protected] Subj: Re: vmerge tool... Sean has described how to use vmerge, but just in case you find that cumbersome, try mgdiff that's in contrib, or cardinal:/usr/local/bin. You'll also need the app-defaults file from /usr/local/lib/X11/app-defaults. I find this quite useful as you can select pieces of either file and save it as a new file. > > > Hi... > > I suspect that bmerge -visual runs the vmerge tool to handle > the visual merging of two files. I'd like to use the vmerge > tool to do some merging and joining of sources that aren't in > ODE. Is that possible? If so, what is the correct command > line for running it? > > Thanks, > Chris > > -- -Grant |