Currently I\'m writing out files with php into a directory, I add that directory (works fine), then when i try and do an svn commit its not working nor returning any kind of err
AFAIK, after a svn commit, if the -m option is not provided, an editor opens up to type in the commit message. Try passing -m "Some commit message", maybe that'll help.