Closed JohnstonCode closed 5 years ago
@ilgatto88
svn extension version: 1.47.5 vscode version: 1.32.3 os: Win 10 x64
I have a related problem. I noticed a couple of days ago I was able to commit, however, after the commit, its message remains in the input, as if the input was waiting to be "noticed" about the operation.
Can you copy the svn output when you try and commit please
I'm sorry, I can't find how to see the svn output in vscode, could you provide me any info?
"SHOW > OUTPUT" and select SVN dropdown
[myProject]$ svn commit src\components\dashboard\x.vue src\components\dashboard\y.vue -m '~ fix last todos' --depth empty [myProject]$ svn info --xml C:/myProject [myProject]$ svn info --xml C:/myProject [myProject]$ svn info --xml C:/myProject [myProject]$ svn info --xml C:/myProject [myProject]$ svn info --xml C:/myProject [myProject]$ svn info --xml C:/myProject [myProject]$ svn info --xml C:/myProject [myProject]$ svn stat --xml --no-ignore --ignore-externals [myProject]$ svn info --xml [myProject]$ svn cat -r HEAD https://192.168.0.2/svn/myProject/trunk/src/components/dashboard/y.vue
After clicking "Commit" the message "~ fix last todos" remains in the vscode's input
Nice @IperStan, some message are shown after commit?
@JohnstonCode, line to refer https://github.com/JohnstonCode/svn-scm/blob/8471670e67a0ca6d12f7c8ebd050f48eddb017a2/src/commands/commit.ts#L64
@edgardmessias The above-mentioned log is exactly what was shown after I clicked "Commit", nothing more.
Sorry, I meant if it shows a popup.
Before commit, you can go to "HELP > Toggle developers tools", and make the commit, and check some error message
This is what I see after hitting "CTRL+ENTER" to commit
Big thanks @IperStan , now I will try reproduce here
The problem is caused by 17c5438, has removed default encoding.
:tada: This issue has been resolved in version 1.47.6 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
svn extension version: 1.47.5 vscode version: 1.32.3 os: Linux x64 4.4.175-89-default
Issue
since a few updates the svn extension for Visual Studio Code seems to be broken. At least I cannot commit the changes, however committing in the terminal with svn commands is working without issues.
SVN Output