Index: C:/Documents and Settings/TMCLAUGHLIN/My Documents/Workspace/MREPO/mrepo =================================================================== --- C:/Documents and Settings/TMCLAUGHLIN/My Documents/Workspace/MREPO/mrepo (revision 6073) +++ C:/Documents and Settings/TMCLAUGHLIN/My Documents/Workspace/MREPO/mrepo (working copy) @@ -887,9 +887,9 @@ return if not cf.cmd['repoview']: return - opts = '' + opts = ' ' + cf.repoviewoptions if op.force: - opts = ' --force' + opts = ' --force' + opts if op.verbose <= 2: opts = ' --quiet' + opts if os.path.exists(self.wwwdir):