Source Modified User
155 pts.
0
Q:
Source Modified User
Hi All,

If 4 users works on in same library in one source file, How could we know which user has modified a source?

Thanks
Reddy
ASKED: Jul 2 2007  5:25 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
370 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Hi

The first thing that springs to mind is to use some Change Management Software to control the modification and logging of source changes, but that may not be an option.

Ideas that spring to mind are:

a) I don't know if it's possible or not, but you could investigate adding a trigger to the source files and then when a change is made the trigger program can write an entry to a log file.

b) If you're using SEU for the changes you could look at putting a wrapper around the STRSEU command that writes an entry to a log file.

c) Train your programmers to always add a "changed by" line in the comments at the top of the source.

All the best

Jonathan
www.astradyne-uk.com
Last Answered: Jul 11 2007  10:54 AM GMT by astradyne   370 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Papp   310 pts.  |   Dec 11 2007  2:50AM GMT

Shadow copy with meta tags for “who” and “when”. Some changes may need all additions not just last.

 
0