Can't svn all plugins at once

somus1735

Member
May 25, 2018
833
0
16
Quote
Hi - new potential rTorrent/ruTorrent user having a bit of bother:

The URL for grabbing all 3.0 plugins at once is in the wiki as:
svn checkout http://rutorrent.googlecode.com/svn/branches/3.0/plugins/PLUGINNAME

But I'm getting "doesn't exist" messages for that, and various other combinations of the /PLUGIN-NAME (etc etc) - help!

Or must I grab each plugin separately :'(

TIA
Guy


you would do it like this:

svn co http://rutorrent.googlecode.com/svn/branches/3.0/plugins/rss
svn co http://rutorrent.googlecode.com/svn/branches/3.0/plugins/create

see what i mean?


or like novik said, just download the entire thing....but if you were going to do that, this would be better:

Code:
svn co http://rutorrent.googlecode.com/svn/branches/3.0/ && rm -r 3.0/rutorrent/plugins/ && mv 3.0/plugins 3.0/rutorrent && mv 3.0/rutorrent . && rm -r 3.0[/cdoe]
 

das329717

Member
May 25, 2018
928
0
16
Thanks guys, Novik's initial answer was so glaringly obvious that must be why I'd overlooked it! embarrassed.gif