Fwd: [opensuse-buildservice] Moving packages...
2011/4/11 Ciro Iriarte <cyruspy@gmail.com>
Hi, any quick tip to move packages between projects?, can I branch a package and delete it from "upstream"?, any better approach?
Interesting question. Me looks in the help, only plausible candidate is 'mv' - what does it? $ osc help mv mv: Move SOURCE file to DEST and keep it under version control Usage: osc mv SOURCE DEST Options: -h, --help show this help message and exit -f, --force forces removal of entire package and its files Are SOURCE and DEST projects? Is this like the mv in git? Enrico
Regards,
-- Ciro Iriarte http://cyruspy.wordpress.com -- -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Mon, 2011-04-11 at 23:33 +0200, Enrico Pilz wrote:
Interesting question. Me looks in the help, only plausible candidate is 'mv' - what does it?
$ osc help mv mv: Move SOURCE file to DEST and keep it under version control
Usage: osc mv SOURCE DEST
Options: -h, --help show this help message and exit -f, --force forces removal of entire package and its files
Are SOURCE and DEST projects? Is this like the mv in git?
SOURCE and DEST are meant to be files. It's an easy way to rename a file that is under source control. The only viable option for what the OP want is to copypac SRCPRJ PKG DESTPRJ. A branch would work, but only until SRCPRJ is being removed. After that the branch would be broken (of course can still be fixed...) Dominique -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (2)
-
Dimstar / Dominique Leuenberger
-
Enrico Pilz