How to branch-checkout a broken package after Factory removal?
Hello! I want to fix the sawfish package in the X11:windowmanagers project but since the package has been removed from Factory, the development project currently contains a dangling link. Checking out the package with "osc co" works but not branch-checking out, at least I haven't found an easy way. Can someone point me to the standard way of doing that without having to have permissions for the X11:windowmanagers project? I already have a new sawfish package that builds in Factory. Adrian
Hi, On 21 Dec 13:28 2020, John Paul Adrian Glaubitz wrote:
Hello!
I want to fix the sawfish package in the X11:windowmanagers project but since the package has been removed from Factory, the development project currently contains a dangling link.
Checking out the package with "osc co" works but not branch-checking out, at least I haven't found an easy way.
Can someone point me to the standard way of doing that without having to have permissions for the X11:windowmanagers project?
Use -u (unexpand) so it won't process the _link: osc co -u X11:windowmanagers/sawfish Regards, ismail -- I do not fear death. I had been dead for billions and billions of years before I was born, and had not suffered the slightest inconvenience from it. — Mark Twain SUSE Software Solutions Germany GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany GF: Felix Imendörffer (HRB 36809, AG Nürnberg)
Hi Ismail! On 12/21/20 1:56 PM, İsmail Dönmez wrote:
Use -u (unexpand) so it won't process the _link:
osc co -u X11:windowmanagers/sawfish
Yes, I already mentioned, I know how to do that for "osc co", but that trick doesn't work with "osc bco", unfortunately. Could maybe someone with access to the project fix the repository? Adrian
Hi, On 21 Dec 13:58 2020, John Paul Adrian Glaubitz wrote:
Hi Ismail!
On 12/21/20 1:56 PM, İsmail Dönmez wrote:
Use -u (unexpand) so it won't process the _link:
osc co -u X11:windowmanagers/sawfish
Yes, I already mentioned, I know how to do that for "osc co", but that trick doesn't work with "osc bco", unfortunately.
Could maybe someone with access to the project fix the repository?
Indeed I fixed manually, should be working now. Regards, ismail -- In ancient times cats were worshipped as gods; they have not forgotten this. — Terry Pratchett SUSE Software Solutions Germany GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany GF: Felix Imendörffer (HRB 36809, AG Nürnberg)
Hi! On 12/21/20 2:05 PM, İsmail Dönmez wrote:
Could maybe someone with access to the project fix the repository?
Indeed I fixed manually, should be working now.
Thanks. Just submitted a fixed package:
Adrian
Moin, On Mon, 21 Dec 2020, 13:28:41 +0100, John Paul Adrian Glaubitz wrote:
Hello!
I want to fix the sawfish package in the X11:windowmanagers project but since the package has been removed from Factory, the development project currently contains a dangling link.
Checking out the package with "osc co" works but not branch-checking out, at least I haven't found an easy way.
Can someone point me to the standard way of doing that without having to have permissions for the X11:windowmanagers project?
osc co -e -r 28 X11:windowmanagers sawfish works for me.
I already have a new sawfish package that builds in Factory.
Adrian
HTH, cheers. l8er manfred
participants (3)
-
İsmail Dönmez
-
John Paul Adrian Glaubitz
-
Manfred Hollstein