简体   繁体   中英

Subversion: how to check out a Windows repository on a Mac?

I have a repository on a Windows 7 machine that I would like to checkout on my MacBook. These two machines are on the same network. Using TortoiseSVN on other Windows machines there is no problem, however, when I try and check out the repository on my Mac, I get "Unable to open repository". My repo URL is of the form "file://hostname/repo". Any suggestions?

Thanks! Andrew

While file-based Subversion repository access works fine for 1 user, 1 machine, you may want to consider running a Subversion server once multiple computers (or users) are involved. I suspect in your case it's an issue with Windows file sharing to your MacBook, but suggest running a Subversion server to fix your issue.

See: Choosing a Server Configuration from the Subversion 1.7 Manual

If you decide not to do so, try accessing the folder without involving a Subversion client from your Mac and ensure that works - I suspect the reason it won't checkout is because it can't access the fileshare.

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