[uClibc] SubVerison question

Joakim Tjernlund Joakim.Tjernlund at lumentis.se
Thu Feb 10 21:48:46 UTC 2005


> On Thu Feb 10, 2005 at 04:33:39PM +0100, Joakim Tjernlund wrote:
> > I have checked out a readonly subversion buildroot system.
> > Now I want to checkin some changes i have made in uClibc and I can't
> > find a way to make SubVersion use svn+ssh:... instead of just svn:...
> > In cvs you could use the -d switch to gain commit access, but I can't
> > find such a switch in svn.
> > 
> > Anyone got a solution, other than to do a new checkout of uClibc using svn+ssh:.. ?
> 
> 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`

I also tried the svn switch --relocate suggestions, but these didn't work, possibly I didn't do it right.

 Jocke



More information about the uClibc mailing list