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 working from different machines, files that are checked out by me don't get set as writable #83

Open
sinisastevanovic opened this issue Feb 15, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@sinisastevanovic
Copy link

So this is happening quite often in our team.
We are all working from different locations (home office, office) each day.
Example: Say I am working on a feature where a few files are checked out. At the end of the day I push my changes but want the files to stay checked out, so nobody can edit these files. If I am changing the machine I am working on I pull my changes and continue working on these files. Now I can't save them because they are all read only.

Would it be possible to automatically make these files writable if the username is the same as the one who checked out the file?
Manually making all these files writeable is tedious.

Oh and thanks for this Plugin, it really made all of our lives easier!

@mastercoms
Copy link
Member

Ah, that's an interesting use case, thanks for letting me know!

@mastercoms
Copy link
Member

mastercoms commented Apr 26, 2023

Just as a note, this use case is supported in PBSync which manages locks before editor launch. But I should add these features to the plugin for better usability.

@sinisastevanovic
Copy link
Author

Thanks for the heads up!

@mastercoms mastercoms added the bug Something isn't working label May 5, 2023
@adrian-j-programmer
Copy link

Any update on getting this in? My team is about to start using this plugin and this issue might hit some of us. I for sure use different machines even during a single day, and would like to be able to pick up my work without running into locks issues.

@mastercoms
Copy link
Member

Still thinking about the best way to approach it, but we've gotten a better design for managing read only status recently, which should be able to support this work better

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants