# # Lists some shortcuts that the users might want. # # File syntax: # * Lines starting with '#' are comments # * Lines starting with '//depot' define paths in depot format # * Other lines are explanatory text # -- And thats all there is to it -- # The Complete Depot //depot/... # Project proj1 //depot/proj1/... # Proj1 main code line //depot/proj1/main/... # # Some interesting twists: # Documentation and man pages in project proj1 //depot/proj1/.../doc/... //depot/proj1/.../man/... # # All Perl modules in depot //depot/.../*.pm # # End of a simple sample file