tortoisesvn - Generate history of changes on a file in svn -


is possible generate file, includes summary(what, when, whom ) of changes made on file? used have such option in vss(i think called "history"), , great going , tracking made change , when.

btw, i'm using tortoisesvn

thank in advance

right click on file in explorer, "tortoisesvn", "show log".

uncheck "hide unrelated changed paths" uncheck "stop on copy/rename" check "include merged revisions" click "show all"

now, in top pane list of revisions username, date , log. click on revision you're interested in , can see full log in second pane. third pane shows every file changed in chosen revision. double-click on file in pane , can see changes made in file.

as remarked previously, tortoise has "blame" functionality insightful can show recent edit on each line of source. , if has deleted lines, don't see change @ all.

edit:

if you're willing go command-line tool , bash, question has been answered before: how can view historical changes file in svn

on windows pc, best way bash , command-line svn installing cygwin.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -