简体   繁体   中英

Issue in importing project from SVN repository

SVN repository is created using Tortoise SVN in D: drive of the machine.

While trying to import project from svn repository, following error is displayed on console.

*

Couldn't open a repository
svn: Unable to connect to a repository at URL 'file:///D:/repository/trunk'
svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file:///D:/repository/trunk'
Unsupported FS format
svn: Expected FS format between '1' and '4'; found format '6'

*

Please suggest the possible causes and fixes for this issue. Thanks.

svn: Expected FS format between '1' and '4'; found format '6'

means, in plain English "You have outdated SVN-client, which can't operate on repository of newest version of SVN"

Repository was created in 1.8-format, client can operate only with <=1.6 repositories

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM