On Saturday, February 02, 2013 10:34:58 PM David Walser wrote: > Donald Stewart <watersnowrock@...> writes: > > On 2 February 2013 18:45, <mustafaa.alhamdaani@...> wrote: > > > Noob question, how to do so? at least a link explaining, thanks > > > > Firstly you need SVN access, there is a guide to becoming a maintainer > > on the wiki, as well as one to the basics of RPM building. Cant find > > the links atm as i am on my phone.
Thank you. > You should be able to do it anonymously. > If you have the mgarepo and bm packages installed, you can do: > > mgarepo co rekonq > cd rekonq > bm -ls > su root > urpmi SRPMS/rekonq*.rpm > exit > bm -l > urpmi RPMS/i586/rekonq-2.1*.rpm It seems I can't do it anonymously: [mustafa@localhost ~]$ mgarepo co rekonq Permission denied (publickey,password,keyboard-interactive). svn: E210002: Unable to connect to a repository at URL 'svn+ssh://svn.mageia.org/svn/packages/cauldron/rekonq/current' svn: E210002: To better debug SSH connection problems, remove the - q option from 'ssh' in the [tunnels] section of your Subversion configuration file. svn: E210002: Network connection closed unexpectedly It seems ssh-agent or ForwardAgent are not setup or your username is wrong. See https://wiki.mageia.org/en/Packagers_ssh for more information.
