[opensuse-buildservice] Updating of linked repository fails
I try to update a spec file in a repository that is linked to factory. However, the check in fails. What am I doing wrong? richard@med102:~/packages/osc> osc co server\:telephony/twinkle A server:telephony/twinkle A server:telephony/twinkle/_link richard@med102:~/packages/osc/server:telephony/twinkle> cp ../../openSUSE\:Factory/twinkle/twinkle.spec . richard@med102:~/packages/osc/server:telephony/twinkle> ls -la totaal 8 drwxr-xr-x 4 richard users 128 feb 23 2007 . drwxr-xr-x 11 richard users 288 feb 23 23:05 .. drwxr-xr-x 3 richard users 72 feb 23 23:05 _link drwxr-xr-x 2 richard users 72 feb 23 23:05 .osc -rw-r--r-- 1 richard users 5361 feb 23 2007 twinkle.spec richard@med102:~/packages/osc/server:telephony/twinkle> edit twinkle.spec richard@med102:~/packages/osc/server:telephony/twinkle> osc ci twinkle.spec error: "." is not an osc working copy -- Richard Bos We are borrowing the world of our children, It is not inherited from our parents. --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Op vrijdag 23 februari 2007 23:08, schreef Richard Bos:
I try to update a spec file in a repository that is linked to factory. However, the check in fails. What am I doing wrong?
richard@med102:~/packages/osc> osc co server\:telephony/twinkle A server:telephony/twinkle A server:telephony/twinkle/_link
richard@med102:~/packages/osc/server:telephony/twinkle> cp ../../openSUSE\:Factory/twinkle/twinkle.spec .
richard@med102:~/packages/osc/server:telephony/twinkle> ls -la totaal 8 drwxr-xr-x 4 richard users 128 feb 23 2007 . drwxr-xr-x 11 richard users 288 feb 23 23:05 .. drwxr-xr-x 3 richard users 72 feb 23 23:05 _link drwxr-xr-x 2 richard users 72 feb 23 23:05 .osc -rw-r--r-- 1 richard users 5361 feb 23 2007 twinkle.spec
richard@med102:~/packages/osc/server:telephony/twinkle> edit twinkle.spec richard@med102:~/packages/osc/server:telephony/twinkle> osc ci twinkle.spec error: "." is not an osc working copy
Alright, problem is due to a incorrect checkout: osc co server\:telephony/twinkle this should of course be osc co server:telephony twinkle -- Richard Bos We are borrowing the world of our children, It is not inherited from our parents. --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (1)
-
Richard Bos