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

When moving repo to a temp location, only move necessary file #150

Open
alanjaouen opened this issue Dec 27, 2024 · 1 comment · May be fixed by #151
Open

When moving repo to a temp location, only move necessary file #150

alanjaouen opened this issue Dec 27, 2024 · 1 comment · May be fixed by #151
Labels
enhancement New feature or request
Milestone

Comments

@alanjaouen
Copy link

Context

For operation like computing source tracking, sfp copy the repository to a temp location.
this is needed for sfp to be able to checkout on different commits for each package, then use sf lib to compute tracking.

this copy operation can be very long on some workstations due to some company anti malware apps that are triggered due to the huge amount of file moved (like for node_modules/).

Proposition

Update the behaviour of the copy to copy only file that are used by salesforce for tracking.
I assume that .gitignore is safe for this as we may want to save in git all metadata used on org.

@alanjaouen alanjaouen linked a pull request Dec 27, 2024 that will close this issue
5 tasks
@azlam-abdulsalam azlam-abdulsalam added enhancement New feature or request and removed analysis labels Jan 10, 2025
@azlam-abdulsalam azlam-abdulsalam added this to the March 25 milestone Jan 10, 2025
@azlam-abdulsalam
Copy link

Thanks @alanjaouen as always. Will schedule it with the next release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants