Re: [ANN] BBEdit 10.5 (3215) pre-release

96 views
Skip to first unread message

Rod Buchanan

unread,
Oct 1, 2012, 11:32:30 AM10/1/12
to bbe...@googlegroups.com
On Sep 30, 2012, at 9:00 PM, Rich Siegel wrote:

> Good { morning, afternoon, evening },
>
> We've been busy. :-) A new version is in the works, with a whole bunch of new features, refinements, and improvements. We're happy to make a pre-release build available to the list, so that you have a little extra time to play with it before the rest of the world gets hold of the goodies. :-)

I installed this version and lost the CVS option in the menubar. Anyone else seen this and found a fix before I notify support?

Thanks,

--
Rod Buchanan

Brian Frick

unread,
Oct 1, 2012, 11:33:50 AM10/1/12
to bbe...@googlegroups.com
As it says in the docs accompanying Rich's notice:  CVS has been removed.
--
Brian Frick



--
--
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 bbe...@googlegroups.com
To unsubscribe from this group, send email to
bbedit+un...@googlegroups.com
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 "sup...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>




Rod Buchanan

unread,
Oct 1, 2012, 11:42:12 AM10/1/12
to bbe...@googlegroups.com
On Oct 1, 2012, at 10:33 AM, Brian Frick wrote:

As it says in the docs accompanying Rich's notice:  CVS has been removed.

Thanks.  I hadn't read that far yet. :(

(This sucks big time by the way.  We have a ton of code in CVS.)

-- 
Rod Buchanan

Christopher Stone

unread,
Oct 1, 2012, 7:49:19 PM10/1/12
to bbe...@googlegroups.com
On Oct 01, 2012, at 10:42, Rod Buchanan <rodb...@gmail.com> wrote:
>> As it says in the docs accompanying Rich's notice: CVS has been removed.
>
> Thanks. I hadn't read that far yet.
______________________________________________________________________

Hey Rod,

That's what 'find' is for. :)

> (This sucks big time by the way. We have a ton of code in CVS.)


I don't know if this helps you at all, but:

* [DOC] Support for CVS has been removed; the "CVS" menu no longer
exists. Note that you can continue to use BBEdit as a commit editor
and diff helper for CVS, with the appropriate CVS configuration
variables referring to the `bbedit` and `bbdiff` tools,
respectively; this is left as an exercise for the reader.

--
Best Regards,
Chris

Rod Buchanan

unread,
Oct 2, 2012, 10:52:28 AM10/2/12
to bbe...@googlegroups.com
On Oct 1, 2012, at 6:49 PM, Christopher Stone wrote:

> On Oct 01, 2012, at 10:42, Rod Buchanan <rodb...@gmail.com> wrote:
>>> As it says in the docs accompanying Rich's notice: CVS has been removed.
>>
>> Thanks. I hadn't read that far yet.
> ______________________________________________________________________
>
> Hey Rod,
>
> That's what 'find' is for. :)

Hehe. I try read thru the notes to see what's new changed, but got busy on other issues. Didn't notice the change until I tried to diff a file with the repo and nothing happened.

>> (This sucks big time by the way. We have a ton of code in CVS.)
>
> I don't know if this helps you at all, but:
>
> * [DOC] Support for CVS has been removed; the "CVS" menu no longer
> exists. Note that you can continue to use BBEdit as a commit editor
> and diff helper for CVS, with the appropriate CVS configuration
> variables referring to the `bbedit` and `bbdiff` tools,
> respectively; this is left as an exercise for the reader.

Yeah, I'll need to set those up I guess. I have keystrokes mapped to the commit and diff actions, and it is so much easier to use those than enter commands in Terminal.

Still bummed. :(

--
Rod Buchanan

Christopher Stone

unread,
Oct 3, 2012, 1:01:34 AM10/3/12
to bbe...@googlegroups.com
On Oct 02, 2012, at 09:52, Rod Buchanan <rodb...@gmail.com> wrote:
> Yeah, I'll need to set those up I guess. I have keystrokes mapped to the commit and diff actions, and it is so much easier to use those than enter commands in Terminal.
>
> Still bummed. :(
______________________________________________________________________

Hey Rod,

I understand.

Could you use some scripts and bind them to keyboard shortcuts?

I've never used CVS, so I don't know what the process is - but I'd think you can rebuild the functionality.

--
Best Regards,
Chris


Rod Buchanan

unread,
Oct 3, 2012, 9:26:07 AM10/3/12
to bbe...@googlegroups.com
On Oct 3, 2012, at 12:01 AM, Christopher Stone wrote:

> On Oct 02, 2012, at 09:52, Rod Buchanan <rodb...@gmail.com> wrote:
>> Yeah, I'll need to set those up I guess. I have keystrokes mapped to the commit and diff actions, and it is so much easier to use those than enter commands in Terminal.
>>
>> Still bummed. :(
> ______________________________________________________________________
>
> Could you use some scripts and bind them to keyboard shortcuts?

That's an idea. I already have a shell script to replicate the "Compare Revisions...", looks like I'll be learning AppleScript. :)

--
Rod Buchanan

Rich Siegel

unread,
Oct 3, 2012, 10:25:24 AM10/3/12
to bbe...@googlegroups.com
On Wednesday, October 3, 2012, Rod Buchanan
<rodb...@gmail.com> wrote:

>That's an idea. I already have a shell script to replicate the
>"Compare Revisions...", looks like I'll be learning
>AppleScript. :)

It might be worth considering migrating to Subversion; the
conversion from CVS is pretty straightforward, and svn is
generally easier to work with on modern OS and hardware
platforms. The time spent migrating vs. the time spent trying to
shim your CVS workflow to keep working could pay off. :-)

R.
--
Rich Siegel Bare Bones Software, Inc.
<sie...@barebones.com> <http://www.barebones.com/>

Someday I'll look back on all this and laugh... until they
sedate me.

Rod Buchanan

unread,
Oct 3, 2012, 11:18:17 AM10/3/12
to bbe...@googlegroups.com
On Oct 3, 2012, at 9:25 AM, Rich Siegel wrote:

> On Wednesday, October 3, 2012, Rod Buchanan <rodb...@gmail.com> wrote:
>
>> That's an idea. I already have a shell script to replicate the "Compare Revisions...", looks like I'll be learning AppleScript. :)
>
> It might be worth considering migrating to Subversion; the conversion from CVS is pretty straightforward, and svn is generally easier to work with on modern OS and hardware platforms. The time spent migrating vs. the time spent trying to shim your CVS workflow to keep working could pay off. :-)

I've actually toying with that idea. I work with two repos -- a local one on my Mac for my projects and a remote one with two other programers (both use BBEdit, and are equally bummed about the demise of CVS). I think I'll try converting my local one to Subversion and see how it goes.

Thanks,

--
Rod Buchanan

Rod Buchanan

unread,
Oct 4, 2012, 11:50:00 AM10/4/12
to bbe...@googlegroups.com
On Oct 3, 2012, at 9:51 AM, Gribnif wrote:

On Wednesday, October 3, 2012 10:25:27 AM UTC-4, Rich Siegel wrote:
It might be worth considering migrating to Subversion; the
conversion from CVS is pretty straightforward, and svn is
generally easier to work with on modern OS and hardware
platforms. The time spent migrating vs. the time spent trying to
shim your CVS workflow to keep working could pay off. :-)

Just be sure to use a version of subversion prior to 1.7. BBEdit 10.5 is still not compatible with subversion 1.7. (I have filed a ticket with support.)

Thanks for the heads up.

I started looking into migrating yesterday and it will take some time to migrate my 1.3GB CVS respository to Subversion.  Looks like I'll be using 10.1 for a while.

-- 
Rod Buchanan

Reply all
Reply to author
Forward
0 new messages