[uClibc] SubVerison question

Erik Andersen andersen at codepoet.org
Thu Feb 10 22:24:55 UTC 2005


On Thu Feb 10, 2005 at 10:48:46PM +0100, Joakim Tjernlund wrote:
> > 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 think svn:uclibc.org in your regex should be svn:\/\/\uclibc.org

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--



More information about the uClibc mailing list