https://bugzilla.novell.com/show_bug.cgi?id=404552 Summary: make "osc branch" easier to use Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: P5 - None Component: BuildService AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dmueller@novell.com QAContact: adrian@novell.com Found By: --- at the moment, if I'm in a working copy of a package and have already local modifications and then want to branch, the workflow is: osc branch <project> <package> cd .. osc co home:login:branches:project:package cd !$ rm * cp -a ../project/package/* osc addremove osc ci -m "my stuff" it would be nicer if osc branch would do all of that for me. it can create the branch, switch the working copy reference to the branched project, so I can just do: osc branch (note how it guesses the package and the project here) osc ci -m "my stuff" osc submitreq create -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.