Re: [git-users] Re: The git projects disappeared after the updated

2022-12-04 Thread Konstantin Khomoutov
On Sun, Dec 04, 2022 at 02:40:05PM +0100, rozanski.s...@gmail.com wrote: > Yes, only we are still talking about "conscious action" here. - my goal is > to protect myself from "emergencies". Everything that is done is not sent > "online" to the GIT - there is a "gap" in time between the "current

Re: [git-users] Re: The git projects disappeared after the updated

2022-12-04 Thread Philip Oakley
(for the discussion) On 04/12/2022 12:00, Konstantin Khomoutov wrote: > Git never supported keeping its repositores on non-local filesystems such as > OneDrive (or whatever other "cloud" drive or networked filesystems such as NFS > or CIFS/Samba). It does have some hacks and kludges to facilitate

Re: [git-users] Re: The git projects disappeared after the updated

2022-12-04 Thread Konstantin Khomoutov
On Sun, Dec 04, 2022 at 06:16:08PM +0400, Konstantin Khomoutov wrote: > > How would it be possible to automatically move all changes in the project > > (repository) => I mean the situation when I change/add/delete a file or > > directory in the project not yet perform a commit => automatically on

Re: [git-users] Re: The git projects disappeared after the updated

2022-12-04 Thread Konstantin Khomoutov
On Sun, Dec 04, 2022 at 02:26:52PM +0100, rozanski.s...@gmail.com wrote: > Thank you very much for the clarification. > While I still believe that from a user's point of view, the collaboration of > both tools (GIT and e.g.: OneDrive) is an idiosyncratic "complement", I > understand that there

Re: [git-users] Re: The git projects disappeared after the updated

2022-12-04 Thread Konstantin Khomoutov
On Sun, Dec 04, 2022 at 02:26:52PM +0100, rozanski.s...@gmail.com wrote: > Thank you very much for the clarification. > While I still believe that from a user's point of view, the collaboration of > both tools (GIT and e.g.: OneDrive) is an idiosyncratic "complement", I > understand that there

Re: [git-users] Re: The git projects disappeared after the updated

2022-12-04 Thread Philip Oakley
On 04/12/2022 13:34, rozanski.s...@gmail.com wrote: > Of course, snapshotting done by cloud synching software is absolutely broken > when it comes to version control systems such as Git because such pieces of > synching software are blissfully unaware about the "snapshot semantics" such > VC

Re: [git-users] Re: The git projects disappeared after the updated

2022-12-04 Thread Konstantin Khomoutov
On Sun, Dec 04, 2022 at 02:32:01PM +0100, rozanski.s...@gmail.com wrote: > How would it be possible to automatically move all changes in the project > (repository) => I mean the situation when I change/add/delete a file or > directory in the project not yet perform a commit => automatically on

RE: [git-users] Re: The git projects disappeared after the updated

2022-12-04 Thread rozanski.seba
Yes, only we are still talking about "conscious action" here. - my goal is to protect myself from "emergencies". Everything that is done is not sent "online" to the GIT - there is a "gap" in time between the "current work" and the moment of commit. This can sometimes take quite a long time -

RE: [git-users] Re: The git projects disappeared after the updated

2022-12-04 Thread rozanski.seba
Now I'm convinced about that, too. Thanks. -Original Message- From: git-users@googlegroups.com On Behalf Of Konstantin Khomoutov Sent: Sunday, December 4, 2022 1:32 PM To: git-users@googlegroups.com Subject: Re: [git-users] Re: The git projects disappeared after the updated On Sat, Dec

RE: [git-users] Re: The git projects disappeared after the updated

2022-12-04 Thread rozanski.seba
How would it be possible to automatically move all changes in the project (repository) => I mean the situation when I change/add/delete a file or directory in the project not yet perform a commit => automatically on the mirrored directory that is on OneDrive, this would be some "workaround" for

RE: [git-users] Re: The git projects disappeared after the updated

2022-12-04 Thread rozanski.seba
Thank you very much for the clarification. While I still believe that from a user's point of view, the collaboration of both tools (GIT and e.g.: OneDrive) is an idiosyncratic "complement", I understand that there are technical issues to make it work properly. I hope that someday these problems

RE: [git-users] Re: The git projects disappeared after the updated

2022-12-04 Thread rozanski.seba
Hi, I am calm :) As welcome I tried to find the cause and thank you all very much for your involvement and help. I don't understand what is some "hostility" towards tools like OneDrive and trying to use them in conjunction with GIT is perceived so negatively. They are completely different

Re: [git-users] Re: The git projects disappeared after the updated

2022-12-04 Thread Konstantin Khomoutov
On Sun, Dec 04, 2022 at 04:00:36PM +0400, Konstantin Khomoutov wrote: [...] > The best way to maintain an offline ("in the cloud") copy of a normal local > repository is using the `git bundle` command and have the cloud software sync > the produced single file - a bundle - to the cloud. [...]

Re: [git-users] Re: The git projects disappeared after the updated

2022-12-04 Thread Konstantin Khomoutov
On Sat, Dec 03, 2022 at 09:37:14PM +0100, Uwe Brauer wrote: > >> Wait, are you saying that you clone your repositories on OneDrive and > >> and there you act (commit pull and push) > > > Exactly - that's how I've been operating for a long time and I've never had > > any problems - everything

Re: [git-users] Re: The git projects disappeared after the updated

2022-12-04 Thread Konstantin Khomoutov
On Sun, Dec 04, 2022 at 08:03:12AM +0100, Uwe Brauer wrote: > > Exactly - that's how I've been operating for a long time and I've never had > > any problems - everything has always worked correctly and I have the added > > security of a copy on the network + history on OneDrive, as if something >

Re: [git-users] Re: The git projects disappeared after the updated

2022-12-04 Thread Konstantin Khomoutov
On Sun, Dec 04, 2022 at 04:00:36PM +0400, Konstantin Khomoutov wrote: [...] > > That is to say, I already have the culprit - in earlier versions of Git I > > could keep repositories in OneDrive without any problem and everything > > worked fine, but now it is throwing errors :( :( :( :(. > > > >

Re: [git-users] Re: The git projects disappeared after the updated

2022-12-04 Thread Konstantin Khomoutov
On Sat, Dec 03, 2022 at 08:38:32PM +0100, rozanski.s...@gmail.com wrote: [...] > That is to say, I already have the culprit - in earlier versions of Git I > could keep repositories in OneDrive without any problem and everything > worked fine, but now it is throwing errors :( :( :( :(. > > Any