Package: mr
Severity: wishlist

Hi,

I'd like to be able to say update every repository in directories
that are in the curreny directory, i. e. "mr -m 1 up" should do the same
for every repository type as "multisvn up" for svn does. 

1:[EMAIL PROTECTED]:~> which multisvn
multisvn () {
        for i in */.svn
        do
                cd $(dirname $i) && pwd && svn "$@"
                cd ..
        done
}

Regards,
Carsten



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to