Skip to content

move: support moving output from import/import-url stages#10889

Merged
skshetry merged 1 commit intomainfrom
fix-7847
Oct 12, 2025
Merged

move: support moving output from import/import-url stages#10889
skshetry merged 1 commit intomainfrom
fix-7847

Conversation

@skshetry
Copy link
Copy Markdown
Collaborator

@skshetry skshetry commented Oct 12, 2025

Closes #7847.

Also

  • preserves all possible metadata.
  • fixes a bug where we where appending dst path to the .gitignore 3 times.
  • faster as we avoid multiple out.save() calls.

Possible future enhancements (not in this PR):

  • preserve comments

@github-project-automation github-project-automation Bot moved this to Backlog in DVC Oct 12, 2025
@skshetry skshetry self-assigned this Oct 12, 2025
@skshetry skshetry added A: data-management Related to dvc add/checkout/commit/move/remove enhancement Enhances DVC labels Oct 12, 2025
@skshetry skshetry moved this from Backlog to Review In Progress in DVC Oct 12, 2025
Also:

- preserves all possible metadata.
- fixes a bug where we where appending dst path to the .gitignore 3 times.
- faster as we avoid multiple out.save() calls.

Possible future enhancements (not in this PR):
- preserve comments
@skshetry skshetry enabled auto-merge (squash) October 12, 2025 17:19
@skshetry skshetry merged commit ca74549 into main Oct 12, 2025
40 checks passed
@skshetry skshetry deleted the fix-7847 branch October 12, 2025 17:28
@github-project-automation github-project-automation Bot moved this from Review In Progress to Done in DVC Oct 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A: data-management Related to dvc add/checkout/commit/move/remove enhancement Enhances DVC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dvc move: loses deps when moving imported .dvc files.

1 participant