VERSION 1 # # A workspace's notification file. # # Note: Because this file is edited manually, you may # want to maintain it using SCCS. # # The format for each entry is: # # email_address event ... # BEGIN # file1 # dir # . # . # . # END # # where is the address to which the mail will be sent; # is one of the following: # bringover-from # bringover-to # putback-from # putback-to # undo # workspace-delete # workspace-move # workspace-reparent # workspace-reparent-to # # The bringover, putback, and undo events can include a list of files and # directories to be associated with the event. When a directory is listed, # all files hierarchically beneath it are registered. The list must be # delimited by BEGIN and END statements. To get registration for all files # in the workspace, use a list of ".", an empty list, or no list. # # The following is a sample notification file: # # chip@mach1 bringover-to # BEGIN # dir/foo.cc # dir/bar.cc # END # biff@mach2 bringover-to putback-to # BEGIN # . # END # biff@mach2 workspace-move #