Is there a way to svn check out a local working copy to a remote directory?
Running the import command works:
svn import -m "Testing import" my-working-copy.dev svn+ssh://[email protected]/root/my-working-copy
However, svn co doesnt:
svn co file://localhost/Library/WebServer/Documents/my-working-repo/trunk svn+ssh://[email protected]/root/my-working-copy
And the error it outputs:
stdin: is not a tty
svn: No repository found in 'svn+ssh://[email protected]/root/my-working-copy'