Issue 40 in svnbook: Post-commit example

codesite-noreply at google.com codesite-noreply at google.com
Mon Mar 30 20:46:47 CDT 2009


Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium

New issue 40 by ryan.par... at yahoo.com: Post-commit example
http://code.google.com/p/svnbook/issues/detail?id=40

   The post-commit example
(http://svnbook.red-bean.com/en/1.5/svn.serverconfig.httpd.html#svn.serverconfig.httpd.extra.writethruproxy
) should be modified to:

svnsync sync http://slave1.example.com/svn-proxy-sync > /dev/null 2>&1 &
svnsync sync http://slave2.example.com/svn-proxy-sync > /dev/null 2>&1 &
svnsync sync http://slave3.example.com/svn-proxy-sync > /dev/null 2>&1 &

  The example works fine as is then I read on to "The extra bits on the end
of each line aren't necessary, but they're a sneaky way to allow the sync
commands to run in the background so that the Subversion client isn't left
waiting forever for the commit to finish." the examples do not have
ampersand after the commands to run in background so the client is waiting
forever.





--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




More information about the svnbook-dev mailing list