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
1answer
101 views
Tracking SVN changes through multiple merges
At work we use a branching strategy where all changes start off in a development branch, then subsequently make their way through one or more integration branches, and finally end up in a release ...
2
votes
6answers
186 views
SVN - Does a merge preserve the author so that blame will be correct?
In my team, some we help each other with the merges.
I.e. my code is merged back to trunk by someone else.
It seems like the author info not is fully preserved during a merge. When I do annotate ...
2
votes
4answers
136 views
svn: How do I determine the last time a certain line was changed?
I have a bit of code that I would like to see revision history for. In the example file, line 300 contains something "interesting". How can I use svn to see when that line has been changed and ...
2
votes
4answers
278 views
style cleanup that doesn't trample svn blame?
I'd like to use Eclipse's formatter to fix some poorly styled code, but there's a huge downside to killing all the metadata in the repository about who is responsible for what. Any thoughts on ways to ...
1
vote
2answers
69 views
GUI for “svn blame” with a slider for history
Does anyone know UI tool (Eclipse plugin would be great, but any other, for Linux/Windows is acceptable) that allows to see difference of some part of code, but also allows switch between revisions ...
0
votes
2answers
65 views
Can i find out who introduced a code change in a svn repository?
I am basically asking for logs based on content ?
Typically the scenario would be, let say a function code I want to know who introduced.
I will have to check the logs and comments. if someone forgot ...