123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: bme
- (C) Copyright IBM Corp. 2003, 2010
- US Government Users Restricted Rights - Use, duplication or disclosure
- restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <Command_File>
- <Repository_Info>
- <Oem>TRUE</Oem>
- <Path/>
- <FormatDriver>BmtSSOutputHandler.exe</FormatDriver>
- <MaxCommentLength>512</MaxCommentLength>
- <Debug>FALSE</Debug>
- </Repository_Info>
- <Environment_Vars>
- <SSDIR>%PathToRep%</SSDIR>
- </Environment_Vars>
- <LocaleReference>
- <location lang="en-US">bmt/SSLangRes/SS_english_us_tag.xml</location>
- <location lang="en-CA">bmt/SSLangRes/SS_english_ca_tag.xml</location>
- </LocaleReference>
- <ResourceStrings>
- <Version ResourceId="ID_VERSION">Version</Version>
- <VersionTT ResourceId="ID_VERSION_TT">"Displays the Version number"</VersionTT>
- <User ResourceId="ID_USER">User</User>
- <UserTT ResourceId="ID_USER_TT">"Displays the name of the user who commited the action."</UserTT>
- <Date ResourceId="ID_DATE">Date</Date>
- <DateTT ResourceId="ID_DATE_TT">"Displays the date on which the action was commited"</DateTT>
- <Comment ResourceId="ID_COMMENT">Comment</Comment>
- <CommentTT ResourceId="ID_COMMENT_TT">"Displays a brief description of the action"</CommentTT>
- <Checkin_Comment ResourceId="ID_CHECKIN_COMMENT">No comment was provided for this checkin.</Checkin_Comment>
- <Add_File ResourceId="ID_ADD_FILE">Adding file to BMT project</Add_File>
- <Add_Folder ResourceId="ID_ADD_FOLDER">Adding folder to BMT project</Add_Folder>
- </ResourceStrings>
- <ConnectionString>
- <Argument>
- <Name>RepositoryRoot</Name>
- <InputType>eRepRoot</InputType>
- <Value>$</Value>
- <Description>Repository root</Description>
- </Argument>
- <Argument>
- <Name>PathToRep</Name>
- <InputType>ePath</InputType>
- <Description ResourceId="ID_PATHTOREP_DESCP">Path to the srcsafe.ini file</Description>
- </Argument>
- <Argument>
- <Name>PathInRep</Name>
- <InputType>ePathInRep</InputType>
- <Description>Path in repository</Description>
- </Argument>
- <Argument>
- <Name>ProjectName</Name>
- <InputType>eProjectName</InputType>
- <Description>Project name</Description>
- </Argument>
- </ConnectionString>
- <Section Name="Init">
- </Section>
- <Section Name="Create_Project" Dir="%ProjectPath%">
- <command>
- <cmd_str> Create "%PathInRep%" -I- </cmd_str>
- </command>
- <command>
- <cmd_str> Cp "%PathInRep%" -I- </cmd_str>
- </command>
- <command>
- <cmd_str> Add "%ProjectPath%\*" -C"%AddFile_Comment%" -I- </cmd_str>
- </command>
- <command>
- <cmd_str> Create "%PathInRep%\logs" -I- </cmd_str>
- </command>
- <command>
- <cmd_str> Cp "%PathInRep%\logs" -I- </cmd_str>
- </command>
- <command>
- <cmd_str> Add "%ProjectPath%\logs\*" -C"%AddFile_Comment%" -I- </cmd_str>
- </command>
- <command>
- <cmd_str> WorkFold "%PathInRep%" "%ProjectPath%"</cmd_str>
- </command>
- <command>
- <cmd_str> Cp "%PathInRep%" -I- </cmd_str>
- </command>
- </Section>
- <Section Name="Open_Project" Dir="%ProjectPath%">
- <command>
- <cmd_str> WorkFold "%PathInRep%" "%ProjectPath%"</cmd_str>
- </command>
- </Section>
- <Section Name="Exist">
- <command>
- <cmd_str> properties -I- "%File_Or_Folder_In_Rep%"</cmd_str>
- </command>
- </Section>
- <Section Name="EnumerateChildren">
- <command>
- <cmd_str> Directory -I- "%PathInRep%"</cmd_str>
- </command>
- </Section>
- <Section Name="EnumerateChildFolders">
- <command>
- <cmd_str> Directory -I- -F- "%PathInRep%"</cmd_str>
- </command>
- </Section>
- <Section Name="Add_Folder" Dir="%ProjectPath%">
- <command>
- <cmd_str> Create "%PathInRep%" -C -S -I-</cmd_str>
- </command>
- <command>
- <cmd_str> Add -R * -C"Adding folder for BMT" -I-</cmd_str>
- </command>
- <command>
- <cmd_str> WorkFold "%PathInRep%" "%ProjectPath%"</cmd_str>
- </command>
- <command>
- <cmd_str> Cp "%Previous_PathInRep%" -I-</cmd_str>
- </command>
- </Section>
- <Section Name="Add_File" Dir="%ProjectPath%" ImportSingleFile="FALSE">
- <command>
- <cmd_str> Cp "%PathInRep%" -I-</cmd_str>
- </command>
- <command>
- <cmd_str> Add "%ProjectPath%/%FileName%" -C -I-</cmd_str>
- </command>
- <command>
- <cmd_str> Cp "%Previous_PathInRep%" -I-</cmd_str>
- </command>
- </Section>
- <Section Name="ImportSingleFile" Dir=""/>
- <Section Name="Create_Folder" Dir="%ProjectPath%">
- <command>
- <cmd_str> Cp "%PathInRep%" -I-</cmd_str>
- </command>
- <command>
- <cmd_str> Create "%Folder_Name%" -C"%comment%" -I-</cmd_str>
- </command>
- <command>
- <cmd_str> Cp "%Previous_PathInRep%" -I-</cmd_str>
- </command>
- </Section>
- <Section Name="EnumerateChildren" Dir="">
- <command>
- <cmd_str> Directory -I-</cmd_str>
- </command>
- </Section>
- <Section Name="check_in_File" Dir="%ChangeDirTo%">
- <command>
- <cmd_str> Cp "%PathInRep%" -I-</cmd_str>
- </command>
- <command>
- <cmd_str> Checkin -I- -P "%PathInRep%/%FileName%" -C"%Checkin_Comment%"</cmd_str>
- </command>
- </Section>
- <Section Name="check_in_Folder" Dir="%ChangeDirTo%" ProcessSubFolder="FALSE">
- <command>
- <cmd_str> Checkin -I- -P "%PathInRep%\*" -C"%Checkin_Comment%"</cmd_str>
- </command>
- <command>
- <cmd_str> Checkin -I- -P "%PathInRep%\logs\*" -C"%Checkin_Comment%"</cmd_str>
- </command>
- </Section>
- <Section Name="check_out_File" Dir="%ChangeDirTo%">
- <command>
- <cmd_str> Checkout -C -I- "%PathInRep%/%FileName%"</cmd_str>
- </command>
- </Section>
- <Section Name="check_out_Folder" Dir="%ChangeDirTo%" ProcessSubFolder="FALSE">
- <command>
- <cmd_str> Checkout -C -I- "%PathInRep%\*"</cmd_str>
- </command>
- <command>
- <cmd_str> Checkout -C -I- "%PathInRep%\logs\*"</cmd_str>
- </command>
- </Section>
- <Section Name="Undocheck_out_File" Dir="%ChangeDirTo%">
- <command>
- <cmd_str> Undocheckout -I-Y "%PathInRep%/%FileName%"</cmd_str>
- </command>
- </Section>
- <Section Name="Undocheck_out_Folder" Dir="%ChangeDirTo%">
- <command>
- <cmd_str> Undocheckout -I-Y "%PathInRep%\*"</cmd_str>
- </command>
- <command>
- <cmd_str> Undocheckout -I-Y "%PathInRep%\logs\*"</cmd_str>
- </command>
- </Section>
- <Section Name="Get_History" Dir="%ChangeDirTo%">
- <command>
- <cmd_str> History -I- "%PathInRep%/%FileName%"</cmd_str>
- </command>
- </Section>
- <Section Name="Get_Version" Dir="%ChangeDirTo%">
- <command>
- <cmd_str> Get -I- "%PathInRep%/%FileName%" -GWR -R -V%Version_Number%</cmd_str>
- </command>
- </Section>
- <Section Name="Get_Latest_Version" Dir="%ChangeDirTo%" ProcessSubFolder="FALSE">
- <command>
- <cmd_str> Get "%PathInRep%\*" -I- -GWR</cmd_str>
- </command>
- <command>
- <cmd_str> Get "%PathInRep%\logs\*" -I- -GWR -GL"%ProjectPath%\logs"</cmd_str>
- </command>
- <command>
- <cmd_str> WorkFold "%PathInRep%" "%ProjectPath%"</cmd_str>
- </command>
- </Section>
- <Section Name="IsCheckedOut" Dir="%ProjectPath%">
- <command>
- <cmd_str> Status "%PathInRep%/%FileName%" -I- -R</cmd_str>
- </command>
- </Section>
- <Section Name="Properties" Dir="">
- <command>
- <cmd_str> properties "%File_Or_Folder_In_Rep%" -I-</cmd_str>
- </command>
- </Section>
- <Section Name="IsFileDiffernt" Dir="">
- <command>
- <cmd_str> diff -B "%PathInRep%/%FileName%" "%ProjectPath%/%FileName%" -I-</cmd_str>
- </command>
- </Section>
- <Section Name="Terminate"/>
- </Command_File>
|