05-12-2022 11:48 AM
Does any one uses Gitlab or anyother client for LabVIEW project to lock certain files, just like we have an option in traditional TFS? What's the take?
Solved! Go to Solution.
05-12-2022 03:57 PM
Depends on group's workflow. I believe locking files in source code control is generally not done any more. This is more of a CVS thing.
05-12-2022 04:29 PM
What is the use case for locking? What are you trying to achieve?
If you are trying to avoid 2 people working on the same file at the same time, better modularity and communication can solve that problem and provide a lot of other benefits.