VCP-Dest-vss.stml #3

  • //
  • guest/
  • perforce_software/
  • revml/
  • ui_machines/
  • VCP-Dest-vss.stml
  • View
  • Commits
  • Open Download .zip Download (716 B)
<!DOCTYPE author [
  <!ENTITY yes_re "qr/\Ay(es)?\z/i" >
  <!ENTITY no_re "qr/\Ano?\z/i" >
  <!ENTITY yes_no_re "qr/\A(y(es)?|no?)\z/i" >
  <!ENTITY non_empty_re "qr/./" >
]>

<machine id="VCP::Dest::vss" xmlns="http://slaysys.com/StateML/1.0">

  <!-- ================ TRANSITIONS =================== -->


  <state id="dest_vss_filespec_prompt" class-ids="prompt_class">
    <name>vss filespec</name>
    <description>

Enter the filespec which may contain trailing wildcards, like "a/b/..."
to extract an entire directory tree.

    </description>

    <arc from="dest_prompt" guard="'vss'" >
      <description>vss</description>
    </arc>

    <arc to="convert" guard="&non_empty_re;"/>
  </state>


</machine>
# Change User Description Committed
#10 4581 Barrie Slaymaker - user prompts have been improved, but not tested
#9 4064 Barrie Slaymaker - RevML is no longer offered in the UI
- Sources and dests are given an id in the UI
- The .vcp file name defaulting now works
#8 3859 Barrie Slaymaker - New UI files
#7 3647 Barrie Slaymaker - All UI prompts & descriptions rewritten.
- Minor tweak to VCP::Dest::p4 P4USER defaulting
#6 3644 Barrie Slaymaker - Add Save & Run options to end of UI
#5 3640 Barrie Slaymaker - xmllint no longer require to build UI
- UI now offers multiple choices where appropriate
#4 3395 John Fetkovich various ui refinements
#3 3306 Barrie Slaymaker Add StateML namespace support
#2 3259 John Fetkovich Add VCP-Dest-vss.stml
#1 3258 John Fetkovich Added ui_machines/VCP-Dest-vss.stml