Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xvc file move #177

Closed
iesahin opened this issue Dec 1, 2022 · 1 comment · Fixed by #214
Closed

xvc file move #177

iesahin opened this issue Dec 1, 2022 · 1 comment · Fixed by #214
Labels
enhancement New feature or request focus

Comments

@iesahin
Copy link
Owner

iesahin commented Dec 1, 2022

Move a file in the repository to another location in the repo

@iesahin iesahin added enhancement New feature or request focus labels Dec 3, 2022
@iesahin
Copy link
Owner Author

iesahin commented Dec 6, 2022

ˋˋˋconsole
$ ls
data.txt
$ xvc file move data.txt data2.txt
$ ls
data2.txt
$ mkdir mydata
$ xvc file move 'data*' mydata/ --recheck symlink
$ xvc file move mydata another-data --recheck hardlink
$ xvc file move another-data yet-another --recheck reflink
$ ls -Rl
ˋˋˋ

@iesahin iesahin added focus and removed focus labels Jan 17, 2023
@iesahin iesahin linked a pull request Jan 26, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request focus
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant