[uClibc] SubVerison question

Rob Landley rob at landley.net
Thu Feb 10 21:23:59 UTC 2005


On Thursday 10 February 2005 04:48 pm, Joakim Tjernlund wrote:

> > Something along the lines of the following should work...
> >
> > perl -p -i -e "s/url=\"file:\/\/\//url=\"svn+ssh:\/\/svn.uclibc.org\//g;"
> > \ `find -name entries`
>
> Thanks, but I can't make it work. I stink at perl/regexp. This is
> how far I got:
>   perl -p -i -e
> "s/url=\"svn:uclibc.org\/\/\//url=\"svn+ssh:\/\/svn.uclibc.org\//g;" \
> `find . -name entries`

Possibly:

sed -i -e 's#url="svn:uclibc.org//#url="svn+ssh://svn.uclibc.org/#g" `find . 
-name entries`

Haven't got a copy here to play with.  svn isn't on knoppix 3.6, time to 
upgrade the laptop...

Rob



More information about the uClibc mailing list