On 21/03/2010, at 02:31 , Jim Correia wrote: > On Mar 19, 2010, at 2:09 PM, Lorin Rivers wrote: > >> I'm contemplating one of the DSVNs for a project and was wondering how >> people who use those AND BBEdit handle their workflows. > > I’ve used both git and hg for significant projects, in conjunction with > BBEdit. > > My typical workflow involves doing most operations from the command line > (which isn’t all that different from the workflow I use when using p4 or > svn), and using BBEdit (via $VISUAL=“bbedit —wait —resume”) as my EDITOR.
Same here - I have a terminal from which I invoke the git commands, along with "bb[TAB] [filename]" to start editing my files. I've only recently started using the BBEdit "Projects" functionality. It's growing on me, but somewhere deep inside I'm still addicted to Mac OS X "Exposé". > Where BBEdit is invaluable to me in this workflow is for reviewing diffs > before committing. Ohh! Nice tips there. I've been using "git diff" and simply scanning through the output in Terminal to see that there are no glaring mistakes (such as Python files that accidentally conform to PEP8). Regards Alex -- 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. To unsubscribe from this group, send email to bbedit+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
