SVNNotify Where is it? how do I find it?
- by John Isaacks
I am on ubuntu.
ok first of all I am running a post-commit script. I need the path to svnnotify to run it. The path the turotial I am reading has it as /usr/local/bin/svnnotify but nothing is in that location on my computer. I tried it anyways and I get something like:
Warning post-commit hook failed: not found
so I think I need to replace /usr/local/bin/svnnotify with the correct path to svnnotify.
Well I do a search (Places>Search for Files) for svnnotify and nothing comes up.
I know svnnotify is installed becuase if I open a command line and run svnnotify it tells me I am missing the required path argument.
So how can it be installed if its not in the file system anywhere?
I don't really know how linux works, its very new to me, so I am confused.
Is there something I am missing?