svn-scm
svn-scm copied to clipboard
How to do basic things
Describe the solution you'd like I used the extension to push my code to my WordPress plugin repo. Now I need to update it and just need to know the steps to take inside VS Code.
Describe alternatives you've considered In the Git tab, it shows files I've modified that I can add, commit, and push using simple buttons for those processes. In the SVN tab I can see my files and pull them up for editing with a right-click and select "Open this revision" or "Open WC version of this file" (don't know the difference). After editing and saving the file, I see nothing different in the SVN pane, and no way to do the equivalent of committing and pushing the changes. I know subversion is different from git, but don't understand the differences enough to know what I might be doing wrong. Is there some basic JohnstonCode user manual somewhere that explains how to do these basic things?
Additional context I'm on a Mac OS 12.2.1 having installed subversion through the command line with "brew install subversion", and then did the initial setup of the subversion repo with the CLI, but I think I used VS Code to actually push my code to WordPress. What do I do from this screen, though?
Any help, or a link to an overlooked user manual, would be much appreciated.