Tagged Questions
4
votes
6answers
1k views
Which Subversion web interfaces have a blame feature?
I'm looking for a subversion web client ala SVN::Web but with a very specific feature I've always thought would be quite useful.
What I want is the ability to find which revision was responsible for ...
3
votes
5answers
619 views
Using git to find first introduction of token on a specific line of a file
Let's say I have a file A.cpp, and I notice an error on line 15 of the file. Let's say the error is a "const" on a function that returns a pointer to a member variable, meaning using const on the ...