I have a project I am working on that is being version controlled locally. I have changes made by another person outside of the network/company that I need to incorporate into my project but I want to be able to put the "blame" on them for the changes they make. I manually make the changes or I may just incorporate the changes they make by adding files and such. Any suggestions?
views:
51answers:
1
+1
Q:
Is there a way to blame someone else or be able to change the blamee in subversion/TortoiseSVN?
+3
A:
Make a new subversion account for changes by them, and only commit their changes with that user.
glowcoder
2010-07-27 16:25:29
yeah, you should only have a user commit their own changes, I suppose
Rick
2010-08-12 02:21:14