oracle / opengrok

OpenGrok is a fast and usable source code search and cross reference engine, written in Java
http://oracle.github.io/opengrok/
Other
4.33k stars 746 forks source link

Add Support for Team Foundation Server to OpenGrok #843

Open gortok opened 10 years ago

gortok commented 10 years ago

Please add support for Team Foundation Server (TFS) to OpenGrok.

I just cloned your project; and am happy to try to add support; but I'm not aware of all the touchpoints to add support for a new SCM. Is there currently documentation on that?

tarzanek commented 10 years ago

Hi, it's kinda self documented, see the https://github.com/OpenGrok/OpenGrok/tree/master/src/org/opensolaris/opengrok/history or lookup any changesets that add scm support e.g. https://github.com/OpenGrok/OpenGrok/commit/f76545cf39fa3d24a185f56216eb7c1edb9e1e9e (or any similar, search in history of those repos in above history dir)