Running the
svnserve
ServerIf you've chosen to use the
svnserve
server overssh
, there isn't even a step two. Thesvnserve
binary comes pre-installed on Leopard, and thessh
server (sshd
) launchessvnserve
on demand, sosvnserve
doesn't need to run as a daemon. Therefore, as long as the repository is in place, andsshd
is running on the server,svnserve
will 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
svnserve
ServerIf you've chosen to use the
svnserve
server overssh
, there isn't even a step two. Thesvnserve
binary comes pre-installed on Leopard, and thessh
server (sshd
) launchessvnserve
on demand, sosvnserve
doesn't need to run as a daemon. Therefore, as long as the repository is in place, andsshd
is running on the server,svnserve
will 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