On Fri, Dec 17, 2010 at 02:14:50PM -0500, Greg Freemyer wrote:
On Fri, Dec 17, 2010 at 1:58 PM, Cristian Morales Vega <cmorve69@yahoo.es> wrote:
2010/12/17 Greg Freemyer <greg.freemyer@gmail.com>:
6 | openSUSE_Tumbleweed | openSUSE:Tumbleweed (openSUSE_11.3) | Yes | Yes
The URL is http://download.opensuse.org/repositories/openSUSE:/Tumbleweed/standard/, no http://download.opensuse.org/repositories/openSUSE:/Tumbleweed/openSUSE_11.3...
(destroy the second path would be a good idea) -- To unsubscribe, e-mail: opensuse-project+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-project+help@opensuse.org
RE: Greg KH's questions ===
rpm -qa | grep git-core git-core-1.7.1-1.11.x86_64
rpm -qi git | grep Distribution Distribution: openSUSE Factory (I don't know why this is Factory)
That's the problem right there, odds are you have installed some things from Factory somehow, so Tumbleweed will not override that. "Downgrade" back to openSUSE:11.3 and all should be good.
sudo zypper install git Loading repository data... Reading installed packages... Resolving package dependencies...
The following package is going to be upgraded: git
1 package to upgrade. Overall download size: 17.0 KiB. No additional space will be used or freed after the operation. Continue? [y/n/?] (y): Retrieving package git-1.7.1-1.14.x86_64 (1/1), 17.0 KiB (3.0 KiB unpacked) Retrieving: git-1.7.1-1.14.x86_64.rpm [done] Installing: git-1.7.1-1.14 [done] There are some running programs that use files deleted by recent upgrade. You may wish to restart some of them. Run 'zypper ps' to list these programs.
Now look at the distro name above, is it still Factory, or is it Tumbleweed? If it was going to install from Tumbleweed, it would have not allowed you to 'install' and instead complained about moving to a new repository. Ah, the joys of mixing repos together, hopefully Tumbleweed will work out so you don't have to do this in the future. thanks, greg k-h -- To unsubscribe, e-mail: opensuse-project+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-project+help@opensuse.org