[tex-live] Updating Master/everything except Master/bin

Gerben Wierda Gerben.Wierda at rna.nl
Fri Jul 20 14:32:39 CEST 2007


I currently have a script that gets me the bin/darwin stuff but not the 
rest, by doing

> echo "****** Updating binaries..."
> (cd Master/bin && svn update powerpc-darwin i386-darwin)
> cd Master
> echo "****** Updating Master non-recursive..."
> svn update --non-recursive
> for i in *
> do
>         if [ "$i" != bin ]
>         then
>                 echo "****** Updating $i..."
>                 svn update $i
>         fi
> done

But that means with my latest update I did not get new directories like 
tlpkg

What is the way for me to make sure I do get everything in Master but 
not all the binaries for all the architectures I do not want?

Thanks,

G



More information about the tex-live mailing list