Running the
svnserveServerIf you've chosen to use the
svnserveserver overssh, there isn't even a step two. Thesvnservebinary comes pre-installed on Leopard, and thesshserver (sshd) launchessvnserveon demand, sosvnservedoesn't need to run as a daemon. Therefore, as long as the repository is in place, andsshdis running on the server,svnservewill already accept connections. Skip ahead to the section, Using Subversion from Xcode to get started with your first project. [emphasis mine]
Seems clear enough, doesn't it? You're done. You're ready. Fire that puppy up and get started subverting!
Running the
svnserveServerIf you've chosen to use the
svnserveserver overssh, there isn't even a step two. Thesvnservebinary comes pre-installed on Leopard, and thesshserver (sshd) launchessvnserveon demand, sosvnservedoesn't need to run as a daemon. Therefore, as long as the repository is in place, andsshdis running on the server,svnservewill already accept connections. Skip ahead to the section, Using Subversion from Xcode to get started with your first project.
Note: To start sshd on the server, open System Preferences, select the Sharing icon and select the Remote Login checkbox. [emphasis mine]
To recap: '...there isn't even a step two'; 'Skip ahead to the section, Using Subversion from Xcode to get started...'; but make sure you do something else first!
Comments