d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Best Svn (subversion) Client
Add Reply New Topic New Poll
Member
Posts: 13,302
Joined: Jan 5 2006
Gold: 54,172.00
Oct 10 2014 09:25pm
ive been using tortoisesvn and i want one that i can click 1 button and it will update ~10 different SVN's
i dont want to right click the folder and update to each one, it gets old pretty fast

anyone have good experience with some?
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Oct 10 2014 09:55pm
i love toirtoisesvn. i was about to recommend it when i saw the topic title. i'm not sure if there are any good alternatives. i really miss it since i use a mac now

i have a similar issue. i just use a shell script for that.

Code
svn update


offhand i think you can specify the paths. just check the documentation. you can program a keyboard shortcut to execute it, or put a shortcut on your desktop, or whatever.

This post was edited by carteblanche on Oct 10 2014 10:04pm
Member
Posts: 8,112
Joined: Sep 23 2006
Gold: 3,558.23
Oct 11 2014 07:38am
Tortoise has command line options you can leverage for this. I would make a batch file that contain the update command for all relevant directories, save it to the desktop, and then just run it to update all.
http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-automation.html
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll