Hi,
I am getting an error in sublime when I try and open a file under subversion, and the error message suggested that I should send a note to the email: support@wbbond.net but emails to that domain are bouncing back.
2014-01-31 16:31:52
Traceback (most recent call last):
File “./sublimesvn/threads.py”, line 18, in run_with_except_hook
File “./sublimesvn/listeners.py”, line 30, in run
File “./sublimesvn/proc.py”, line 71, in get_wc_root
File “./sublimesvn/proc.py”, line 172, in find_wc_root
ProcessError: svn: E155021: This client is too old to work with the working copy at
‘C:\wamp\www\mogul_common’ (format 31).
You need to get a newer Subversion client. For more details, see
subversion.apache.org/faq.html#w … mat-change
My suspicion is that it is because tortoiseSVN has updated svn to v1.8, whereas you only support 1.7.
Is there any way I can update the svn plugin to handle the recent version?
Cheers,
Andy