Re: SVN options no longer show up in BBEdit version 10

2012-08-09 Thread Steve deRosier
On Wed, Aug 8, 2012 at 6:48 PM, Dave wrote: > Nick, > > SmartSVN 7 uses SVNKit 1.7.5 for Java. It is a Subversion client written in > Java. It is not a git client. The reason the local working copy metadata is Opps, sorry, I miss-read. I was thinking of SmartGit's SVN mode. - Steve -- -- You

Re: SVN options no longer show up in BBEdit version 10

2012-08-09 Thread Nick
Installing the command line tools from https://developer.apple.com/downloads/ worked. Thanks again for all the help and useful information! On Wednesday, August 8, 2012 4:35:20 PM UTC-6, Watts Martin wrote: > > To explain the problem here a bit, up until Mountain Lion, OS X included > the Subv

Re: SVN options no longer show up in BBEdit version 10

2012-08-08 Thread Dave
Nick, SmartSVN 7 uses SVNKit 1.7.5 for Java. It is a Subversion client written in Java. It is not a git client. The reason the local working copy metadata is different is due to the difference between how svn 1.6 and 1.7 operate. svn 1.6 keeps its metadata in flat files in the invisible .svn di

Re: SVN options no longer show up in BBEdit version 10

2012-08-08 Thread Nick
Thanks everyone, I've learned a LOT already. I'll look into my best option for a command line client. At this point, I'm mostly exploring some different approaches to my workflow for a specific project. I may even evaluate some GUI options to SmartSVN, too. On Tuesday, August 7, 2012 4:34:06 PM

Re: SVN options no longer show up in BBEdit version 10

2012-08-08 Thread Watts Martin
To explain the problem here a bit, up until Mountain Lion, OS X included the Subversion "svn" command line client by default. For whatever reason, Apple removed this from the operating system install and, apparently, made it part of Xcode. As others have said you can fix this by downloading Xc

Re: SVN options no longer show up in BBEdit version 10

2012-08-08 Thread Fritz Anderson
On 7 Aug 2012, at 11:22 PM, Terje Bless wrote: > If you're a member of Apple's Developer program ($99 per year > or thereabouts), the easiest way to get it is to download XCode 4.4 > and install the "Command Line Tools" from its “Downloads” preferences > (which, among others, installs SVN and Git

Re: SVN options no longer show up in BBEdit version 10

2012-08-08 Thread Steve deRosier
Another thing to recognize: SmartSVN isn't SVN. It produces a Git repo locally, thus your local meta-information is Git not SVN. It essentially does this via doing an equivalent of `git svn clone` which imports your SVN into a Git repo. Thus it's not really surprising that the SVN stuff doesn't sh

Re: SVN options no longer show up in BBEdit version 10

2012-08-08 Thread Eelco Deuling
Cornerstone and Versions both work great with BBEdit/SVN. Cornerstone is better configurable and has some options Versions does not have, so make sure to try them both, but for most tasks the BBEdit options for SVN are good enough. …I use Versions at work and Cornerstone at home: the repositorie

Re: SVN options no longer show up in BBEdit version 10

2012-08-07 Thread Charlie Garrison
Good afternoon, On 8/08/12 at 6:22 AM +0200, Terje Bless wrote: You might, incidentally, also want to have a look at which has received a lot of praise from Mac developers since it was released. I hadn't seen Versions before, so can't really compare, but I l

Re: SVN options no longer show up in BBEdit version 10

2012-08-07 Thread Terje Bless
On Wed, Aug 8, 2012 at 12:34 AM, Nick wrote: > Smart SVN 7.0.5 installed SmartSVN doesn't, I don't think, install the command line version of Subversion (or, at least, it uses a private copy of svn that's not accessible to the rest of the system). > Using SmartSVN, I can connect to my repositor

SVN options no longer show up in BBEdit version 10

2012-08-07 Thread Nick
HI - I'm trying to get started using SVN and BBEdit on my MacBook Pro, having recently switched from Windows. Here's what I have: OS X Mountain Lion SVN hosted on Beanstalk Smart SVN 7.0.5 installed BBEdit 10.1.2 installed Using SmartSVN, I can connect to my repository and I've updated my local