I would like to create a program that scans for specific text within the commit comments of a subversion repository and automatically create a directory with the most recent version of the files marked with those comments. I found SharpSVN online, and it looks like it would give me the API lift I need, however the documentation is, how shall I put it, woefully inadequate. Does anyone know of (A) a location with better documentation or tutorials, or (B) another API with useable documentation?