Lines Matching refs:files

231 	# have the same hash as the local active and renamed files.
251 # Use hash list to get only the parent files
260 # There aren't any files to search for so just
526 # New files aren't in $wxdir/renamed so no
615 -fq: quick update (update active list with files
622 workspace where wx will search for files.
627 appending names of all files that have been
631 All files in the workspace must be under SCCS
640 files currently checked out in workspace). This
641 is faster but will not find renames or files that
648 $ME list [-r|-p|-w] list active files (the ones you are working on)
649 -r: list only renamed active files.
650 -p: output list of both active and renamed files
652 -w: output list of both active and renamed files
659 list locally renamed files. The output format is:
660 "new_name previous_name". Note, deleted files are
662 -a: list only renamed active files (same as list -r)
663 -d: list only deleted files
666 $ME new [-t] List new active files (files that exist in child only)
670 $ME out find all checked-out files in workspace
671 $ME info [file ...] show all info about active files
674 show sccs diffs for files (current vs previous
676 files if no files given on command line. Will
681 Similar to diffs but new files are also displayed.
682 New files are those listed by '$ME new'.
684 $ME pdiffs [file ...] show diffs against parent files
686 parent for all active files if no files given on
690 $ME tpdiffs [file ...] show diffs against parent files
691 Similar to pdiffs but new files are also displayed.
695 $ME prt [-y] show sccs history for all active files
697 $ME comments display check-in comments for active files
710 all active files if no file args.
720 Note, files will be unlocked and any changes made
722 Unedit all active files if no files listed on
727 if wx files newer than last backup.
732 Check in all active files or files on command
745 Use this if your sure the files okay to checkin
747 keyword problems. Will backup if wx files
756 Creates one or more files in the workspace.
768 Will uncreate all new files in active list if
771 if wx files newer than last backup.
774 Get a copy of all active files or files on command
785 workspace are now in one delta. If no files are
786 given on command line then all the active files
787 are processed. The files are left in a checked
796 reedits files passed on command line. This adds
797 files to active list if not already there.
804 NOTE: if files are listed as new that are not
813 -m: only reedit files that have more that one
814 delta as compared to parent file. New files
825 use to collapse new files to their initial
831 Delete one or more files from the workspace.
832 Will delete all files in active list if no file
833 args. Note, for files brought over from parent,
836 For new files this command can remove the file
843 files from the workspace. Will backup
844 if wx files newer than last backup.
854 this renames all files in dir and can take a
855 while if there are a lot of files affected by
862 work on new files (see uncreate or delete).
872 files if no file(s) specified. Will use pbcom
883 files. See 'man resolve' for args.
886 $ME cstyle run cstyle over all active .c and .h files
887 skips files in wx/cstyle.NOT
888 $ME jstyle run jstyle over all active .java files
889 skips files in wx/jstyle.NOT
890 $ME hdrchk run 'hdrchk -a' over all active .h files
891 skips files in wx/hdrchk.NOT
893 $ME keywords run keywords over all active files
894 skips files in wx/keywords.NOT
897 skips files in wx/copyright.NOT
899 active files
900 skips files in wx/cddlchk.NOT
901 $ME rmdelchk make sure sccs rmdel was not run on active files
903 $ME deltachk make sure only 1 sccs delta in active files
910 $ME outchk warn if there are files checked out that aren't in
914 cddlchk, and keywords over files to which they are
918 suitable for checking files during development.
920 Will run checks on all active files if no file args.
921 Will skip checks for files listed in wx/nits.NOT.
925 and outchk over files to which they are
930 Will run checks on all active files if no file args.
931 Will skip checks for files listed in wx/pbchk.NOT.
935 generate webrev for active and renamed/deleted files.
939 Will skip files listed in wx/webrev.NOT
943 for all active files. -N indicates that delta
947 generate full codereview diffs for all active files.
953 make backup copies of all active and renamed files.
958 -t: backup if wx files are newer than last backup.
964 active files and performs file renames). A path
970 $ME apply <cmd> apply cmd to all active files; for example,
980 $ME grep search all active files for pattern; equivalent to
1020 # list new files (not found in parent ws)
1066 # Just list active renamed files
1072 # Just list non-active renamed files (just current name)
1084 # Output a list of active and renamed files suitable for webrev
1098 # skip files listed in .NOT files
1115 # Do non-active renamed files
1144 # list all active files
1151 # list only renamed active files
1657 # Evaluate a command for all listed files. This is the basic building
1670 # skip files listed in .NOT files
1743 this in workspaces where files have been renamed or deleted or
1744 there are files that are different from the parent that are not
1745 checked out. Note, files must be under SCCS control in order for
1748 2) Quick: Only update the active list with files that are currently
1795 print "Will backup wx and active files if necessary"
1798 print "Making backup copies of all wx and active files"
1810 # Find all checked out files
1840 # See if any active/renamed files were renamed externally
1892 # Old style update the active file list (by appending all checked out files).
1902 rm -f tmp/files.old tmp/files.new active.new
1903 wx_active >tmp/files.old || fail "Error: cannot create $wxtmp/files.old"
1905 sed '/^[ ]*$/d' tmp/files.old tmp/checked_out|
1906 nawk '!seen[$0]++' | $ACTSORT > tmp/files.new ||
1907 fail "Error: cannot create $wxtmp/files.new"
1912 done < tmp/files.new > active.new ||
1921 cat tmp/files.new
1925 ${WXDIFFCMD:-diff} tmp/files.old tmp/files.new
1944 done < tmp/files.new
1982 # Do old school wx update (only for checked out files)
2001 # Get output of putback -n to detect renames and active files.
2043 /^The following files are currently checked out/ \
2052 # list files in conflict also
2067 wx_active > tmp/files.old ||
2068 fail "Error: cannot create $wxtmp/files.old"
2070 # go through all the possible active files (keeping the existing
2072 for filepath in $(sed '/^[ ]*$/d' tmp/files.old \
2080 # conflict files have a parent but the
2109 wx_active > tmp/files.new
2114 cat tmp/files.new
2118 ${WXDIFFCMD:-diff} tmp/files.old tmp/files.new
2120 rm -f tmp/files.old tmp/files.new
2124 # The new list is for caching names of new files to speed up commands
2125 # that list the new files.
2191 yesno "Do you want to backup files first?"
2197 print "Will backup wx and active files if necessary"
2279 # XXX it would be nice if keyword would work on new files
2376 yesno "Do you want to backup files first?"
2382 print "Will backup wx and active files if necessary"
2452 yesno "Do you want to backup files first?"
2458 print "Will backup wx and active files if necessary"
2576 yesno "Do you want to backup files first?"
2582 print "Will backup wx and active files if necessary"
2635 # we know filerm renames files under deleted_files/
2674 yes, the file and associated SCCS history files will removed
2993 # Get list of files with more that one delta when putback.
3011 echo "$wsdata/nametable not found, all files assumed new."
3040 # If there are some new files, give user a warning
3043 $ME thinks following files are new (not in parent workspace) and will
3070 yesno "Do you want to backup files first?"
3284 Remove the SCCS/[ps].$file history files
3315 to remove file from the wx state files (active list, etc...)
3440 # This code requires that the files (n.sdot, n.pdot and n.clear) for a given
3456 # and pdot files comp, ext The compression program for and
3457 # extension of said files
3601 _type=$1 # type of files (for user)
3608 echo "Saving $_type files to $_out"
3630 _type=$1 # type of files (for user)
3634 echo "Restoring $_type files from $_in"
3661 echo "Restoring renamed files from $_in"
3695 files both exist in current workspace with the
3722 # backup if wx files are newer than last backup.
3731 # we always backup the active files.
3744 # get latest wx state files and active files but skip
3745 # wx/tmp and wx/*.old files.
3757 "files."
3873 # Do this first in case there are no active files
3896 echo "Saving .NOT files to $b_not_files"
3901 # Are there any active files to backup?
3914 # It's not fatal if the backup error for pdot files is
3915 # 'no files to backup'. This is because it's possible
3916 # that the active files aren't checked out so there
3917 # won't be any pdot files.
3951 Warning, the restore command will overwrite several files including the
3953 changes to your workspace and $ME related files following the last
4051 # Need to move active files that are renamed in current ws back to
4053 # occuring when the clear files are restored below.
4197 # Do a Teamware putback of active and renamed files.
4208 # use the user specified files
4281 The following files will be used for putback:
4293 # putback both active and renamed/deleted files.
4307 # List files that are checked out but not in active list.
4318 echo "\nWarning, the following active list files are"\
4329 Warning, the following files are checked out but not in active list
4340 # run Teamware resolve and do reedit only on merged files.
4354 # resolve will remove files from $wsdata/conflicts when
4357 # set file_list to files that were merged.
4367 ok_to_proceed "Re-edit merged files to collapse merge deltas?"
4368 echo "Re-editing merged files"
4375 echo "No merged files to re-edit."
4451 Warning, $ME will use $ME files in workspace $workspace (the current
4496 # store state if new files are deleted
4499 # XXX doing this because keywords doesn't work on new files
4523 # Used to store files that have more than one delta compared to parent
4526 # Used to bringover any files just before exit of wx
4679 echo "The initialization process will create a few files under"
4711 $ME needs to create a renamed file list. If you are sure that no files
4716 yesno "Okay to search for renamed files (can be slow)?"
4732 files). Please be patient.
4742 echo "\nNew files:"
4761 echo "$ME will $command all active files which may remove"\
4793 echo "$ME will try to delete all active files which may "\
4840 # skip nits/pbchk checks for files listed in $command.NOT
4870 tdiffs) ## As diffs but also shows new files.
4872 ## Read names of new files into space separated list.
4880 ## For new files a comparison is made with /dev/null thus
5012 # Split the file list into new files and existing files.
5013 # New files must have a CDDL block whereas existing files don't
5015 # valid. Both sets of files are subject to cddlchk.NOT