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

Martin Kraus lists_mk at wujiman.net
Sun Nov 4 04:25:45 CET 2007


On Sat, Nov 03, 2007 at 09:44:14PM +0100, mmassonnet at gmail.com wrote:
> 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

yup. reading svn documentation is on my todo list:) thanks for the tip.
mk



More information about the Goodies-dev mailing list