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
.svncertainly is a valid folder name on OS X. However, because it starts with a dot,lswill hide it by default. Tryls -aand see whether it shows up.