JohnstonCode / svn-scm

SVN support for VS Code
MIT License
208 stars 84 forks source link

Support for blame #163

Closed johnjacobkenny closed 5 years ago

johnjacobkenny commented 6 years ago

Is it possible to add a blame view?

JohnstonCode commented 6 years ago

Don't see why not.

johnjacobkenny commented 6 years ago

It would be nice to have the option to toggle the blame inline with the file, but I'm not sure how intensive that operation might be for the svn server.

JohnstonCode commented 6 years ago

I think the operation will be fine on the server.

My hopes are to try an put something together like git lens. This will take a while.

edgardmessias commented 6 years ago

Tips: To blame, we need execute two commands:

First need run blame, collect all revisions numbers and pass to log

edgardmessias commented 6 years ago

VSCode api:

hellboy81 commented 6 years ago

+infinity

lapo-luchini commented 5 years ago

There seems to be a different extension already for that (but it fails for me currently with svn: E170013, while this extension is working fine on the same SVN address). Could still be interesting to take a look / integrate / cooperate with.

JohnstonCode commented 5 years ago

@lapo-luchini Thanks for letting me know, wasn't aware this extension existed.

metacurb commented 5 years ago

Hey @lapo-luchini, dev of blamer-vs here :) if you have found a bug with the extension could you please raise an issue explaining the problem, and I will take a look at it for you? Thanks!

lapo-luchini commented 5 years ago

@BeauAgst sure, I usually wait to have a proper debug before opening issues, but I can open a placeholder in the meanwhile. :)

JohnstonCode commented 5 years ago

Please use blamer-vs for blame support

MichaelSuen-thePointer commented 6 months ago

Please use blamer-vs for blame support

Author of blamer-vs has stopped updating the project for years, several minor bugs remains unfixed and PRs not responded, please re-consider it.