svn server - SVN Checkout Errors on "Format 6" -
when try checkout repository svn error:
e160043: expected fs format between '1' , '4'; found format '6'
i've read has mismatched versions, both svn server , client running version 1.8.1.
(edit:) i've been following tutorial: http://jason.pureconcepts.net/2012/10/updating-svn-mac-os-x/ started prebuilt macports version of svn, built own see if fix issue.
i serving svnserve. testing server on server, client , server same instance.
here exact versions (i believe 1 package):
svn --version svn, version 1.8.1 (r1503906) svnadmin --version svnadmin, version 1.8.1 (r1503906) svnadmin --version svnadmin, version 1.8.1 (r1503906)
if create repo --compatible-version 1.7
, seems silly since version 1.8+.
any appreciated.
this may or may not relevant throw out here in case helps. having similar problem using checkout feature ('open version control...') delphi xe5 & xe6. here's how fixed in both.
step 1:
- update 32bit version of svn
download latest version (or matches stuff) @ time of posting of reply it's "subversion 1.8.8 (windows 32-bit)" http://www.collab.net/downloads/subversion
note: if using tortoisesvn 64 bit still have install/update 32 bit version because delphi's ide still 32 bit.
for delphi xe5
- copy updated files from:
c:\program files (x86)\collabnet\subversion client
to
c:\program files (x86)\embarcadero\rad studio\12.0\bin\subversion
for delphi xe6
- copy updated files from:
c:\program files (x86)\collabnet\subversion client
to
c:\program files (x86)\embarcadero\studio\14.0\bin\subversion
note:
the delphi folders listed above default folders (at least how installed on system) paths may different.
2 of svn files (msvcp100.dll , msvcr100.dll) c++ runtimes newer in delphi folders, don't want overwrite them.
and of course don't have delphi running when updating files.
Comments
Post a Comment