David,
The following two
concerns have been identified:
1) Developers being
able to create topics under a different developer's e-mail, as well as the
rights to delete topics.
-
Suggested solution => Add rights related to logging into
CodeStriker
Rights:
Admin
Rights:
Delete topics
Add, Edit, Delete, Modify rights of
users
Basic Rights
(functionality):
Create topics
"Your e-mail address field" will be disabled and automatically filled in with
user login (user e-mail)
<For now we could add users via SQL into the
database, but it would be nice to have a "Users" section to "Add, Edit,
Delete, Change rights,
etc.">
2)
Multiple
differential data for the same CVS file. The scenario came up that developers
need to be able to commit code multiple times to correlate work with another
developer, but be able to save all the differences that they have made to a
particular file over a period of time before the modifications were reviewed.
Other developers would also be committing their changes, so the differences
saved should only include what the first developer changed. Hopefully the
following example illustrates.
Here is the original
file (append.test):
#This is a test
test
= 0
#To see how to append
append = 0
#Differential information from
different revisions
diffs = 0
#Into one diff file
file =
0
A text file
contains all the unidiffs that were done on the file prior to committing the
change concatenated together into one file.
Here is the final diff
file (append.diff):
Index:
append.test
===================================================================
RCS
file: /cvs/test/append.test,v
retrieving revision
1.1
diff -u -r1.1 append.test
--- append.test 6 Feb 2004 23:01:29
-0000 1.1
+++ append.test 6 Feb 2004 23:02:32 -0000
@@ -1,7 +1,7
@@
#This is a test
test = 0
#To see how to
append
-append = 0
+append = 1
#Differential information from
different revisions
diffs = 0
#Into one diff file
Index:
append.test
===================================================================
RCS
file: /cvs/test/append.test,v
retrieving revision
1.2
diff -u -r1.2 append.test
--- append.test 6 Feb 2004 23:03:27
-0000 1.2
+++ append.test 6 Feb 2004 23:03:53 -0000
@@ -3,6 +3,6
@@
#To see how to append
append = 1
#Differential
information from different revisions
-diffs = 0
+diffs = 1
#Into
one diff file
file = 0
Index:
append.test
===================================================================
RCS
file: /cvs/test/append.test,v
retrieving revision
1.3
diff -u -r1.3 append.test
--- append.test 6 Feb 2004 23:04:49
-0000 1.3
+++ append.test 6 Feb 2004 23:05:06 -0000
@@ -1,5 +1,5
@@
#This is a test
-test = 0
+test = 1
#To see how to
append
append = 1
#Differential information from different
revisions
Index:
append.test
===================================================================
RCS
file: /cvs/test/append.test,v
retrieving revision
1.4
diff -u -r1.4 append.test
--- append.test 6 Feb 2004 23:05:27
-0000 1.4
+++ append.test 6 Feb 2004 23:06:27 -0000
@@ -5,4 +5,4
@@
#Differential information from different revisions
diffs =
1
#Into one diff file
-file = 0
+file = 1
When I upload the
diff file to CodeStriker, I would like each revision differential to be
contained in its own section. CodeStriker currently puts all the differentials
under the same file notwithstanding the revision is
different.
Anyway, I know
this is a handful. Please let me know what you think of the suggestions and if
you'd like any clarifications on what I am suggesting.
Thanks again for
all the help!
Matthew
Hailstone
Team Lead - Software UI
Department
Waterford
Institute
Phone:
801.938.1722
This e-mail may contain privileged or confidential material intended for the named recipient only.
If you are not the named recipient, delete this message and all attachments.
Unauthorized reviewing, copying, printing, disclosing, or otherwise using information in this e-mail is prohibited.
We reserve the right to monitor e-mail sent through our network.