I'm trying to svn checkout into treeoil.com's public_html directory (site is not really named treeoil.com), but my repo is located on one of my other sites (landonwinters.com). When I try to do this checkout:
svn checkout file:///home/landonwinters/svn/treeoil/trunk .
But I get an error that reads:
svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file:///home/landonwinters/svn/treeoil/trunk'
svn: Can't open file '/home/landonwinters/svn/treeoil/trunk/format': Permission denied
I have the usernames and passwords for both accounts...
Help please :(