Hello everyone) Recently, I had to urgently change something in the file bypassing the commit in SVN. That is, instead of making changes on the local computer and committing this, I immediately changed the file on the server (for good reason).
Tell me, how can I download the file from the server to the computer now?
Subversion
has a repository concept and a local working copy concept. The repository is usually stored inFSFS,
formatFSFS,
which is not suitable for manual editing. - Costantino Rupert