Name | Modified | Size |
---|---|---|
.. | ||
allinteg.pl | 25 years ago | 512 B |
append_jobspec | 25 years ago | 994 B |
Compare.pl | 25 years ago | 2 KB |
p4append.pl | 25 years ago | 4 KB |
Change | User | Description | Committed |
---|---|---|---|
432 | paul_goffin | Find depot files with the same name but different contents. Given perforce paths as i...nput arguments, Compare.pl finds all depot filenames in the paths and reports if files with the same name have differing contents. If the same filename occurs more than once, it is "diffed" (via p4 diff2) against all other occurances of that filename (that is all other occurances in the input path spec, not the entire depot!). If such a filename is not identical to others with the same name, then the first line of the p4 diff2 report is output. This is intended to be used as a plug-in tool with the 2000.1 GUI - it should be passed the parameter "%D" and it will then operate on any selected files or directories in the client view pane. « |
25 years ago |
346 | paul_goffin | Realised that I can filter the job view by the "Type=Addendum" qualifier. Cuts down... the required work per call for both script and perforce server. « |
25 years ago |
345 | paul_goffin | P4 Append - allows users to append comments to submitted &nbs...p; change descriptions. Works by using "jobs" (required modified jobspec included) to communicate the data to the system, then a demon process (actually only tested on NT running as a service) harvests the job data and using "super" rights appends the text from the job to the change and then deletes the job. Only allows the original change author (and members of a specific group) to append to comments. « |
25 years ago |
312 | paul_goffin | Script to answer the question: 'What other files is this one related to'. The idea wa...s to be able to mine the depot for files that have some branching relationship with a particular file and so locate candidates which might need a common fix applied. « |
25 years ago |