[Goodies-dev] svn, thunar-volman-man/trunk/po doesn't exist

mmassonnet at gmail.com mmassonnet at gmail.com
Sat Nov 3 21:44:14 CET 2007


On Sat, Nov 03, 2007 at 07:00:52PM +0100, Martin Kraus wrote:
> On Sat, Nov 03, 2007 at 05:57:04PM +0100, mmassonnet at gmail.com wrote:
> > On Sat, Nov 03, 2007 at 01:35:49PM +0100, Martin Kraus wrote:
> > > svn co http://svn.xfce.org/svn/goodies 
> > 
> > Ohhh, now I see, sorry that it didn't hit me earlier.  Anyway, you
> > should really not svn co the whole repository :(  It kills uselessly the
> > bandwidth.
> 
> well it would be nice to have a trunk/ directory for trunks of the usable
> plugins. the only other way is to pull every single plugin you want by hand and 
> keep an eye on new plugins. most of the bandwidth is wasted for pulling
> branches/ and tags/, which aren't needed if you just want to try out newest
> versions, unless i'm mistaken. 

Write a quick-n-dirty shell script?

#!/bin/sh
URL=http://svn.xfce.org/svn/goodies
for i in `svn list $URL`; do
  svn co $URL/$i/trunk $i
done


> thanks
> mk

Cheez!
Mike



More information about the Goodies-dev mailing list