Guest User

Untitled

a guest
Apr 16th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. set PATH=C:thepathtosvnexecutable;%PATH%
  2. REM my repo requires authentication, so I added this vars
  3. set OPENGROK_SUBVERSION_USERNAME=user
  4. set OPENGROK_SUBVERSION_PASSWORD=pwd
  5. java -jar libopengrok.jar -W .configuration.xml -c C:pathofctags.exe -P -S -v -r on -s C:pathofsrc -d .grokdata
  6.  
  7. ...done scanning for repositories (0s) --> it seems too fast
  8.  
  9. set PATH=C:thepathtosvnexecutable;%PATH%
  10. set OPENGROK_SUBVERSION_USERNAME=user
  11. set OPENGROK_SUBVERSION_PASSWORD=pwd
  12. %CATALINA_HOME%binstartup.bat
  13.  
  14. -H
  15. Generate history cache for all repositories
  16.  
  17. java -jar libopengrok.jar
Add Comment
Please, Sign In to add comment