For this moment I have a Git
repo that synced to the main p4
depot and works fine.
But its size is far more than 4Gb. And we need to move it to BitBucket, where 2Gb is the maximum limit.
What I want to achieve:
- Put 1 folder and 1 file extension under LFS.
- Migrate repo to the BitBucket.
- Make it sync both ways with p4 depot.
Assumption for point 1 is to use BFG Repo cleaner. Is it suitable for folders?
Is it possible to achieve point 3?