| Topic Text | Topic Comments (0) | Topic Properties | Topic Information | sits@use... | ||||
| Topic title: CVS commit: * Modified the way Perforce retrieves files f... | Tuesday April 18, 2006 03:45:46 |
Download topic text | View in variable-width font | Tab width set to 8 (change to 4)
| Files in topic: (view all files) | ||
| codestriker/CHANGELOG | 1.184 | {+10,-0} |
| codestriker/INFO.txt | 1.7 | {+4,-0} |
| codestriker/codestriker.conf | 1.79 | {+8,-2} |
| codestriker/bin/install.pl | 1.2 | {+1,-3} |
| codestriker/doc/codestriker.sgml | 1.51 | {+2,-2} |
| codestriker/lib/Codestriker.pm | 1.82 | {+1,-1} |
| codestriker/lib/Codestriker/DB/Database.pm | 1.8 | {+3,-0} |
| codestriker/lib/Codestriker/DB/Oracle.pm | 1.7 | {+1,-1} |
| SQLite.pm | {+82,-0} | |
| codestriker/lib/Codestriker/Model/Delta.pm | 1.8 | {+3,-3} |
| codestriker/lib/Codestriker/Model/File.pm | 1.24 | {+3,-3} |
| codestriker/lib/Codestriker/Repository/Perforce.pm | 1.3 | {+10,-5} |
| codestriker/lib/Codestriker/Repository/RepositoryFactory.pm | 1.19 | {+4,-0} |
[Add General Comment] to topic.
| File codestriker/lib/Codestriker/Model/Delta.pm (Revision 1.8) | [Add File Comment] [<<] [Top] [>>] |
| Line 148 | Parallel | Line 148 | Parallel | ||
| 148 | $results[0]->{only_delta_in_file} = 1; | 148 | $results[0]->{only_delta_in_file} = 1; |
| 149 | for (my $i = 1; $i < scalar(@results); $i++) { | 149 | for (my $i = 1; $i < scalar(@results); $i++) { |
| 150 | if ($results[$i-1]->{filenumber} == $results[$i]->{filenumber}) { | 150 | if ($results[$i-1]->{filenumber} == $results[$i]->{filenumber}) { |
| 151 | # If the previous file has the same filenumber, then we know that | 151 | # If the previous file has the same filenumber, then |
| 152 | # neither the current file nor the previous file are the only | 152 | # we know that neither the current file nor the |
| 153 | # deltas for the file. | 153 | # previous file are the only deltas for the file. |
| 154 | $results[$i]->{only_delta_in_file} = 0; | 154 | $results[$i]->{only_delta_in_file} = 0; |
| 155 | $results[$i-1]->{only_delta_in_file} = 0; | 155 | $results[$i-1]->{only_delta_in_file} = 0; |
| 156 | } else { | 156 | } else { |
| File codestriker/lib/Codestriker/Model/Delta.pm (Revision 1.8) | [Add File Comment] [<<] [Top] [>>] |
| Legend: | |
| Removed | |
| Changed | |
| Added | |
[Add General Comment] to topic.