简体   繁体   中英

Subversion with Mac OS X

I'm using the built in SVN with Mac OS X and I checked out a project via command line. I got all my projects and everything but the .svn folder wasn't created like it was on my PC. And now SVN is just treating my project like a folder and I can't do updates or anything. Any ideas?

.svn is not a valid folder name for Mac

.svn certainly is a valid folder name on OS X. However, because it starts with a dot, ls will hide it by default. Try ls -a and see whether it shows up.

在本地文件系统上的项目目录上执行svn st有什么结果?

也许您没有导出而不是签出?

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