123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- <?xml version="1.0" encoding="UTF-8"?>
- <Command_File>
- <Repository_Info>
- <Path></Path>
- <Oem>FALSE</Oem>
- <FormatDriver>BmtCVSformat.exe</FormatDriver>
- <MaxCommentLength>512</MaxCommentLength>
- <Debug>FALSE</Debug>
- </Repository_Info>
- <Environment_Vars>
- <CVSROOT>:local:%PathToRep%</CVSROOT>
- </Environment_Vars>
- <LocaleReference>
- <location lang="en-US">bmt/CVSLangRes/CVS_english_us_tag.xml</location>
- <location lang="en-CA">bmt/CVSLangRes/CVS_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>CVSROOT</Value>
- <Description>"Defines the root of the repository."</Description>
- </Argument>
- <Argument>
- <Name>PathToRep</Name>
- <InputType>ePath</InputType>
- <Value/>
- <Description ResourceId="ID_PATHTOREP_DESCP">Path to repository</Description>
- </Argument>
- <Argument>
- <Name>PathInRep</Name>
- <InputType>ePathInRep</InputType>
- <Value/>
- <Description>Path in repository</Description>
- </Argument>
- <Argument>
- <Name>ProjectName</Name>
- <InputType>eProjectName</InputType>
- <Value/>
- <Description>Project name</Description>
- </Argument>
- </ConnectionString>
- <Section Name="Init">
- <command>
- </command>
- </Section>
- <Section Name="Create_Project" Dir="%ProjectPath%">
- <command>
- <cmd_str> init</cmd_str>
- </command>
- <command>
- <cmd_str> import -m "%Create_Comment%" "%PathInRep%" yoyo start</cmd_str>
- </command>
- <command Dir="..">
- <cmd_str> checkout -A -R -f -d "%ProjectName%" "%PathInRep%"</cmd_str>
- </command>
- </Section>
- <Section Name="Open_Project" Dir="">
- </Section>
- <Section Name="Add_Folder" Dir="%ProjectPath%">
- <command>
- <cmd_str> import -m "%AddFolder_Comment%" "%PathInRep%" yoyo start</cmd_str>
- </command>
- </Section>
- <Section Name="Add_File" Dir="%ProjectPath%" ImportSingleFile="TRUE">
- <command>
- <cmd_str> add -m "%AddFile_Comment%" "%ProjectPath%/%FileName%"</cmd_str>
- </command>
- <command>
- <cmd_str> commit -m "%AddFile_Comment%" "%ProjectPath%/%FileName%"</cmd_str>
- </command>
- </Section>
- <Section Name="Create_Folder" Dir="">
- </Section>
- <Section Name="ImportSingleFile" Dir="%ProjectPath%">
- <command>
- <cmd_str> import -m "%AddFile_Comment%" "%PathInRep%" yoyo start</cmd_str>
- </command>
- <command Dir="..">
- <cmd_str> checkout -A -R -f -d "%ProjectName%" "%PathInRep%"</cmd_str>
- </command>
- </Section>
- <Section Name="check_in_File" Dir="%ChangeDirTo%">
- <command>
- <cmd_str> admin -u "%Checkin_FileName%"</cmd_str>
- </command>
- <command>
- <cmd_str> commit -f -m "%Checkin_Comment%" "%Checkin_FileName%"</cmd_str>
- </command>
- </Section>
- <Section Name="check_in_Folder" Dir="%ChangeDirTo%" ProcessSubFolder="TRUE">
- </Section>
- <Section Name="check_out_File" Dir="%ChangeDirTo%">
- <command>
- <cmd_str> checkout -A -R -f -d . "%PathInRep%/%CheckOut_FileName%"</cmd_str>
- </command>
- <command>
- <cmd_str> admin -l "%CheckOut_FileName%"</cmd_str>
- </command>
- </Section>
- <Section Name="check_out_Folder" Dir="%ChangeDirTo%" ProcessSubFolder="TRUE">
- <command>
- <cmd_str> checkout -A -R -f -d "%ProjectName%" "%PathInRep%"</cmd_str>
- </command>
- <command>
- <cmd_str> admin -l "%ProjectName%"</cmd_str>
- </command>
- </Section>
- <Section Name="Undocheck_out_File" Dir="%ChangeDirTo%">
- <command>
- <cmd_str> admin -u "%FileName%"</cmd_str>
- </command>
- </Section>
- <Section Name="Undocheck_out_Folder" Dir="%ChangeDirTo%">
- <command>
- <cmd_str> admin -u "%ProjectPath%"</cmd_str>
- </command>
- </Section>
- <Section Name="Get_History" Dir="%ChangeDirTo%">
- <command>
- <cmd_str> log -b -r1.1 "%FileName%"</cmd_str>
- </command>
- </Section>
- <Section Name="Get_Version" Dir="%ChangeDirTo%">
- <command>
- <cmd_str> -Q update -A "%FileName%"</cmd_str>
- </command>
- <command File_Written_To="STDOUT">
- <cmd_str> -Q checkout -A -f -r"%Version_Number%" -p "%PathInRep%/%FileName%"</cmd_str>
- </command>
- </Section>
- <Section Name="Get_Latest_Version" Dir="%ChangeDirTo%" ProcessSubFolder="TRUE">
- <command>
- <cmd_str> checkout -A -R -f -r0.0 -d . "%PathInRep%"</cmd_str>
- </command>
- </Section>
- <Section Name="IsCheckedOut" Dir="%ProjectPath%">
- <command>
- <cmd_str> log -h "%FileName%"</cmd_str>
- </command>
- </Section>
- <Section Name="Properties">
- </Section>
- <Section Name="IsFileDiffernt" Dir="%ProjectPath%">
- <command>
- <cmd_str> diff -b -B -i -n -s -r%Version_Number% --brief "%FileName%"</cmd_str>
- </command>
- </Section>
- <Section Name="Terminate"/>
- </Command_File>
|