How to configure a server to receive code from autopush

    In broad steps:
  1. Create the xerox user
  2. Copy in the authorized keys for this user from the push-master
  3. Make any target-directories for autopushed code writable by xerox chgrp xerox directory; chmod g+sw directory
  4. in svn-config/conf/autopush.conf create a test project for the new machine
  5. Make a subversion change in that svn-path that requires update -- record the revision number -- for example '12345'
  6. Over on the push-master; cd /usr/local/svn/; ./hooks/post-config $PWD revision-number
  7. Confirm that the code was transmitted -- if you start from an empty directory; properly chowned and chgrped it should work
lawrence