Register | Login 
Forum  
SearchForum Home
     
  Discussions  General  Batch file to o...
 Batch file to open the TortoiseSVN Repository Browser
 
 6/18/2008 12:28:59 PM
AlGonzalez
87 posts
nomadicview.blogspot.com/


Batch file to open the TortoiseSVN Repository Browser
Ever wanted to open the TortoiseSVN Repository Browser from the command line?

Here is a batch file that will do just that:

>>> start SVNBrowser.bat

@echo off
start "" "%ProgramFiles%\TortoiseSVN\bin\TortoiseProc.exe" /command:repobrowser /notempfile /path:"%1"

<<< end SVNBrowser.bat

If you pass the repository you want to open on the command line it will go to it, otherwise it will open a dialog to enter it or select it from history.

Remember to change %ProgramFiles% to the correct path if you didn't install it to the default.

Al Gonzalez
P.S. Solutions, Inc.
http://www.linkedin.com/in/algonzalez
  Discussions  General  Batch file to o...

Copyright (c) 2009 GSP Developers
Walling Info Systems | Terms Of Use | Privacy Statement