Re: Loss by accident, clean up unversioned files
Nico Kadel-Garcia <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.user |
|---|---|
| Message-ID | <CAOCN9ryeQP_FNVCPA+7cWfPFz+fFyNtBm61CtkQJznBLJZQp5A@mail.gmail.com> |
On Fri, Jun 14, 2024 at 6:38 AM Ayyanar Raja <[email protected]> wrote: > > Hi Team, > > As per the below mail, I've unknowingly deleted the unversioned files. How to recover them? > > Why is this not yet fixed ? > > -- > Best Regards, > Ayyanar Raja > Mobile: +91-7639269672 > Email: [email protected] "Stop doing that". Changes to system config files should be in source control *first*, not after the fact. I've had that argument with various people. It can create a lot of bulk in Subversion systems, since there is no way to completely expunge extraneous or discarded work, but it's much safer to pull changes from a development branch, not edit locally and "commit when it's done".