Replies: 3 comments 1 reply
-
Hi @e-zz , sorry for the confusion. In short, "source control" means the "Local Replica" tries to synchronize changes of the source code on overleaf and local folder.
It means the synchronization is disabled or enabled.
"Local Replica" is just one implementation of "source control". If you are interested, we have the API design here to implement and add a new "source control manager". As I mentioned in the beginning: "Local Replica" is a "source control manager", without version control like git, simply synchronize the changes (file add/delete/change) forward and backward between overleaf server and local folder.
Then it must be a bug. I thought I have this totally resolved in the release of If so, please help create a formal issue here with detailed steps to reproduce your situation. Thanks for your help! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi all,
I am a bit confused about the correct way to use local replica created by this plugin's.
What does "enable/disable the Local Replica temporarily" mean?
The connection is enabled/disabled temporarily?
What does the source control mean here?
Is it equivalent to "creating a new local replica"? If that's the case, we have to do
git init
by hand and the source control part is actually never touched by the plugin, right?I encountered some unknown fatal error which corrupted all the PDFs in my project (twice by the same problem I think). I wonder is there any "Never-Do" list to show us the safe zone of using the plugin?
The problem I met :
So when the warning message kept popping up, something revoked my local changes made in the local replica and also modified most of the PDFs in that project (got turned into empty files, or deleted)
Much appreciated for any ideas.
Well, things get so much worse in just 10 mins. The tex file is always empty. Even after restoring the file with git, it's cleared out by the plugin. At the same time, the same warning messages I mentioned show up again.
But strangely enough, after reopening the replica, everything looks fine. Almost all files are back (except that two tex files are still empty) .
Then, the error recurrs (before I can do anything).
And on overleaf, the history shows that a lot of files got deleted and created repeatedly
Beta Was this translation helpful? Give feedback.
All reactions