[uClibc] SubVerison question

Erik Andersen andersen at codepoet.org
Thu Feb 10 20:50:01 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`

 -Erik

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



More information about the uClibc mailing list