p4user_2011
2011-01-13 19:15:01 UTC
Posted on behalf of forum user 'p4user_2011'.
Hi
I would like to print name of original author of each line of my source code in
p4. I could not find an option in p4 print command to do that. Is there a way to
do this ?
For example a file containing following -
#include <stdio.h>
main()
{
printf("Hello world\n");
printf("Hellor world from me : user2\n");
}
should come out like -
>user1 : #include <stdio.h>
>user1 :
>user1 : main()
>user1 : {
>user1 : printf("Hello world\n");
>user2 : printf("Hello world\n");
>user1 : }
--
Please click here to see the post in its original format:
http://forums.perforce.com/index.php?/topic/704-printing-name-of-original-author
Please note that the Perforce Mailing lists are being deprecated. We therefore
recommend that you join the new Perforce forums at: http://forums.perforce.com
Hi
I would like to print name of original author of each line of my source code in
p4. I could not find an option in p4 print command to do that. Is there a way to
do this ?
For example a file containing following -
#include <stdio.h>
main()
{
printf("Hello world\n");
printf("Hellor world from me : user2\n");
}
should come out like -
>user1 : #include <stdio.h>
>user1 :
>user1 : main()
>user1 : {
>user1 : printf("Hello world\n");
>user2 : printf("Hello world\n");
>user1 : }
--
Please click here to see the post in its original format:
http://forums.perforce.com/index.php?/topic/704-printing-name-of-original-author
Please note that the Perforce Mailing lists are being deprecated. We therefore
recommend that you join the new Perforce forums at: http://forums.perforce.com