What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

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

postalsmack

New Member
Joined
Sep 11, 2011
Messages
27
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.
 
Back
Top