vote up 0 vote down star

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 :(

flag

1 Answer

vote up 1 vote down check

I don't think your url for the checkout is correct. You use 'file' when the svn server is local to the same machine, not if it's on another machine altogether. Perhaps something like svn checkout http://landonwinters.com/svn/treeoil/trunk ?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.