| 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/doc/codestriker.sgml (Revision 1.51) | [Add File Comment] [<<] [Top] [>>] |
| Line 495 | Parallel | Line 495 | Parallel | ||
| 495 | 495 | ||
| 496 | # The next example is for a Perforce repository. After the | 496 | # The next example is for a Perforce repository. After the |
| 497 | # leading :perforce identifier, the next two components are the | 497 | # leading :perforce identifier, the next two components are the |
| 498 | # Perforce user and client parameters. The last two parameters | 498 | # Perforce user and password parameters. The last two parameters |
| 499 | # after the '@' symbol represent the host and port number of | 499 | # after the '@' symbol represent the host and port number of |
| 500 | # the Perforce server. | 500 | # the Perforce server. |
| 501 | 'perforce:sits:sits2@localhost:1666', | 501 | 'perforce:sits:password@localhost:1666', |
| 502 | 502 | ||
| 503 | # The final example is a ClearCase repository, where the path is | 503 | # The final example is a ClearCase repository, where the path is |
| 504 | # the location of a shared snapshot view. From this view, it | 504 | # the location of a shared snapshot view. From this view, it |
| File codestriker/doc/codestriker.sgml (Revision 1.51) | [Add File Comment] [<<] [Top] [>>] |
| Legend: | |
| Removed | |
| Changed | |
| Added | |
[Add General Comment] to topic.