Compares and regexes are fine and all, but sounds to me that you really need the use of a proper revision control system and a proper release management process. You might want to look at git (which works fantastically on the Mac, and it's great for a single-person workflow).
- Steve On Mon, Sep 27, 2010 at 7:38 AM, RobS <[email protected]> wrote: > Hi, > I use Zen Cart for ecommerce. Upgrading always involves comparing > files to see what I might have edited and then applying the edits to > new files if necessary. The developers suggest using regex (in > Winmerge) to fine tune the compare so it ignores files that are only > different in their header material or in other non-essential ways. > Here are the regex lines they suggest... > > //.* > [/]{2}.*[\|\+]* > [/]{2}\s*\$[\s]?Id: .*\$ > ^ \* @version \$Id:.*\$ > #\s*\$[\s]?Id: .* > > Is it possible to use these during file compares in BBEdit? > > Rob > > -- > You received this message because you are subscribed to the > "BBEdit Talk" discussion group on Google Groups. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > <http://groups.google.com/group/bbedit?hl=en> > If you have a feature request or would like to report a problem, > please email "[email protected]" rather than posting to the group. > Follow @bbedit on Twitter: <http://www.twitter.com/bbedit> > -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at <http://groups.google.com/group/bbedit?hl=en> If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
