if you want to send out emails after people send files to the repository then you can do the following to alert your team.
First navigate to the hooks directory in the repository
nano /PROJECT_NAME/hooks/post-commit |
My directions might be a bit old or I am sure someone does it better then me but here we go. At the bottom of the file add this information replaceing my variables.
/PROJECT_NAME/hooks/commit-email.pl "$REPOS" "$REV" EMAIL@ADDRESS.COM |
Next I found a file on the internet for sending out emails. I will add the file as an attachment rather then posting it. Good luck and hope everything works for you all.
commit-email.pl
I recently had to build a SVNserver for a client and needed to setup the command to start of the SVNserve on the Mac OS X 10.5 machine. I wanted the documents to be stored on the server in the admin account. Here are the commands for future reference.
Start up SVNserve on Mac OS X with a custom folder
svnserve -d -r /usr/local/repositories |
SVN create new project
svnadmin create PROJECTNAME |
Just used this to create a new project. Enjoy
I needed to find the plugin for the Eclipse here is how you add subversion for eclipse.
Help > Software updates > Add Site…
I needed the version from tigris.org which was the latest. Check the version you have first
Linux
http://subclipse.tigris.org/update_1.6.x
Mac OS X
http://subclipse.tigris.org/update_1.4.x
Once you enter the new site select all of the packages, I chose all of the packages.