--skip-existing option should skip existing non-git directories during import
See original GitHub issueI’m using vcs import src < repos.txt
for a ROS workspace to pull in dependencies. I would like to have a feature where I can skip one or more repositories.
The reason for this feature is when you’re building a docker image and use the import you could skip a folder which is already in your workspace (same repo but for example without a .git
folder). --skip-existing
could be used if there was an additional parameter to even ignore different url (in CI/CD the for the current directory can be different).
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
How to skip existing files in sub folders and copy only new files
shutil.copytree isn't written to skip existing destination files and directories. From the docs. The destination directory must not already ...
Read more >Import directory full of existing c++ code
I am building the project now. It would be nice if there was an option to add a folder to an existing project...
Read more >Delete Task - Apache Ant
Deletes a single file, a specified directory and all its files and subdirectories, or a set of files specified by one or more...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This time it did work, thanks.
This time I took the time to reproduce your use case (which I should have done in the first place) and I think I got it right. Thanks for your patience and hoping you can try it again.