• Visit Rebornbuddy
  • [A How to Guide] Up Date Multi SVN hands free

    Discussion in 'General Discussion Forum' started by postalsmack, Oct 29, 2011.

    1. postalsmack

      postalsmack New Member

      Joined:
      Sep 11, 2011
      Messages:
      27
      Likes Received:
      0
      Trophy Points:
      0
      I know that most of us have SVN's and use the awesome "imo" program TortoiseSVN,
      Also it can be a pain to keep up with updates and miss out on awesome
      new profiles or profiles fix'es.

      So...
      Step 1)Open Notepad
      Step 2)Paste/Type This code in Notepad

      Code:
      @echo off
      FOR %%A IN (
      "C:\The\File\Path"
      "C:\The\File\Path"
      "C:\The\File\Path"
      ) DO START TortoiseProc.exe /command:update /path:%%A /closeonend:0
      
      Step 3)Save You File AS "NAME.bat" with out the "" of course

      [Run you new batch file]

      This part is optional
      How To Run This File Hands Free...

      Step 4) Click the "start button"
      Click "Control Panel"
      @ The Top Right You Will See (View by:Category)
      You Need To Change That To (View by:Small icons)
      Click "Administrative Tools" Now Find & Click "Task Scheduler"

      Step 5)
      To The Left Under Actions You Should See "Create Basic Task..." Click That.

      All Done!

      Step 5 is really easy it's a install type wizard.


      I need auto update due to the large projects that i work on with co.workers so again this is not for every one but, i had time to waste.
       
    2. Crowley

      Crowley Member

      Joined:
      Jan 15, 2010
      Messages:
      967
      Likes Received:
      20
      Trophy Points:
      18
      Cool.
      Shoulda posted it in the [GUIDES] section. Then a MOD wouldn't have made a double post 3 days ago ;)
       

    Share This Page