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
--
--
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>