Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to commit #515

Closed
JohnstonCode opened this issue Mar 20, 2019 · 13 comments
Closed

Unable to commit #515

JohnstonCode opened this issue Mar 20, 2019 · 13 comments
Assignees
Labels

Comments

@JohnstonCode
Copy link
Owner

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

[cs_dev]$ svn cat -r HEAD http://vsvn:8088/svn/cs_dev/trunk/climateraster2/config/drawing/austria_linediagram.yaml
[cs_dev]$ svn info --xml /daten3/nobak/ZAMG/04_CS18-19/cs_dev/climateraster2/config/drawing/austria_linediagram.yaml
[cs_dev]$ svn commit climateraster2/config/drawing/austria_linediagram.yaml -m test --depth empty
[cs_dev]$ svn info --xml /daten3/nobak/ZAMG/04_CS18-19/cs_dev
[cs_dev]$ svn info --xml /daten3/nobak/ZAMG/04_CS18-19/cs_dev
[cs_dev]$ svn stat --xml --no-ignore --ignore-externals
[cs_dev]$ svn cat -r HEAD http://vsvn:8088/svn/cs_dev/trunk/climateraster2/config/drawing/austria_linediagram.yaml
@JohnstonCode
Copy link
Owner Author

@ilgatto88

@IperStan
Copy link

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.

@JohnstonCode
Copy link
Owner Author

Can you copy the svn output when you try and commit please

@IperStan
Copy link

I'm sorry, I can't find how to see the svn output in vscode, could you provide me any info?

@edgardmessias
Copy link
Contributor

"SHOW > OUTPUT" and select SVN dropdown

@IperStan
Copy link

IperStan commented Mar 21, 2019

[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

@edgardmessias
Copy link
Contributor

Nice @IperStan, some message are shown after commit?

@JohnstonCode, line to refer

const result = await repository.commitFiles(message, paths);

@IperStan
Copy link

@edgardmessias The above-mentioned log is exactly what was shown after I clicked "Commit", nothing more.

@edgardmessias
Copy link
Contributor

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

@IperStan
Copy link

This is what I see after hitting "CTRL+ENTER" to commit
svn-report

@edgardmessias
Copy link
Contributor

Big thanks @IperStan , now I will try reproduce here

@edgardmessias edgardmessias self-assigned this Mar 26, 2019
edgardmessias added a commit to edgardmessias/svn-scm that referenced this issue Mar 26, 2019
@edgardmessias
Copy link
Contributor

The problem is caused by 17c5438, has removed default encoding.

JohnstonCode added a commit that referenced this issue Mar 26, 2019
## [1.47.6](v1.47.5...v1.47.6) (2019-03-26)

### Bug Fixes

* Fixed unable to commit (close [#515](#515)) ([#530](#530)) ([72d9bd8](72d9bd8))
@JohnstonCode
Copy link
Owner Author

🎉 This issue has been resolved in version 1.47.6 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants