I've got the same problem with 10.5.3. defaults read com.barebones.bbedit | grep subversion shows
"Subversion:SubversionToolPathOverride" = "/opt/subversion/bin/svn"; and if I run /opt/subversion/bin/svn --version I can read version 1.7.9 Some suggestions? Thanks Il giorno lunedì 17 dicembre 2012 23:10:20 UTC+1, Scott Tirrell ha scritto: > > I am getting the following error with SVN in BBEdit: > > The path '/Users/stirrell/Documents/htdocs/***' appears to be part of a > Subversion 1.7 or greater > working copy. Please upgrade your Subversion client to use this > working copy. > > I saw this discussed elsewhere and made a change that Patrick from Bare > Bones suggested to override the default SVN folder: > > defaults write com.barebones.bbedit Subversion:SubversionToolPathOverride > /usr/local/bin/svn > > When grepping the defaults, it looks correct: > > defaults read com.barebones.bbedit | grep Subversion > FileURL = > "file://localhost/Users/stirrell/Library/Logs/BBEdit/Subversion.log"; > Name = "Subversion.log"; > "Subversion:SubversionToolPathOverride" = "/usr/local/bin/svn"; > > And if I do a version command on the svn (/usr/local/bin/svn --version), I > get the following: > > svn, version 1.7.7 (r1393599) > > So, to me, it looks like I am using SVN 1.7 so I am confused why I am > getting this error when running any commands on a repository. Does anyone > possibly have an idea as to why I am getting this error? > > Thanks! > Scott > -- This is the BBEdit Talk public discussion group. 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 Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected].
