I am trying to install svn in suse linux. I followed this guide http://software.opensuse.org/download.html?project=devel:tools:scm:svn&package=subversion
I have added the repo, but still I am not able to find the package.
linux-pohb:~ # zypper install subverion
Loading repository data...
Reading installed packages...
'subverion' not found in package names. Trying capabilities.
No provider of 'subverion' found.
Resolving package dependencies...
Nothing to do.
Though it shows me the package exists:
linux-pohb:~ # zypper search subversion
Loading repository data...
Reading installed packages...
S | Name | Summary | Type
--+----------------+------------------------------------+-----------
| subversion | Subversion version control system | srcpackage
| subversion-doc | Documentation files for Subversion | package
| subversion-doc | Documentation files for Subversion | srcpackage
Tried yast too, but didn't find anything for svn except documentation and svni.
Could you please tell me what am I doing wrong?