Syncing web changes to working local directory
Is there a way to sync up local files with what's on the OBS without having to download the whole project every time...? So I have package1 and package2 on both OBS and local. I use the web to add package3 and delete package2 on the OBS what is the osc command to have the local copy of the repo have both package1 and package3 on local... Local being a Tumbleweed VM.
On Sep 25 2024, Martin Hooper wrote:
So I have package1 and package2 on both OBS and local.
I use the web to add package3 and delete package2 on the OBS
what is the osc command to have the local copy of the repo have both package1 and package3 on local...
Run osc update in the project directory. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."
On 25.09.24 23:18 Andreas Schwab wrote:
On Sep 25 2024, Martin Hooper wrote:
So I have package1 and package2 on both OBS and local.
I use the web to add package3 and delete package2 on the OBS
what is the osc command to have the local copy of the repo have both package1 and package3 on local...
Run osc update in the project directory.
Or run "osc co package3" do only download package3 without the other packages being added/removed/updated. Kind Regards, Johannes
participants (3)
-
Andreas Schwab
-
Johannes Kastl
-
Martin Hooper