Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.1.1
-
Patch
Description
Hi,
I would like to propose a patch in order to improve the dependency.purge-local-repository feature.
Let's say there are 2 branches with the same base version number pattern :
- develop : 3.X
- product : 3.2.X
If I run a purge-local-repository on the 3.2, the default fuzziness (version) will erase all the dependencies where the version number is 3.1 but also all the 3.2.X.
I need a way to delete the old versions of one branch without affecting the other.