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