A few book comments
From: Tobias Ringstrom <tobias_at_ringstrom.mine.nu>
Date: 2004-01-14 15:10:24 CET
[I'm not sure if docs/book/REVIEW is for the authors only, so I send it
Chapter 5:
The section on repository recovery could use some text about how to
Chapter 6:
* The name of the section is "Using Multiple Servers", but the issues
* The paragraph that begins with "The most common problem..." says that
find repos -type d | xargs chmod g+s
* The sample svn wrapper script is missing the "$@" argument to the svn
And now some humble ideas:
* It would be nice to have an example of using ssh port forwarding as
ssh -L 10000:localhost:3690 user@remote.host
in one window, and then connect to the svnserve on remote.host using
svn list svn://localhost:10000/project1
This method is much faster than svn+ssh, and you only need to enter the
* It would be helpful to mention that it's possible to use ssh-agent to
/Tobias
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.