CVSROOT |
|
<%= text_or_input(@edit, :name => "scms[RSCM::Cvs][@root]", :value => cvs.root, :onKeyUp => "cvs_init()", :id => "cvsroot") %> |
<% if(@edit) %>
Protocol |
<%= tip(:txt => 'cvs_protocol_tip') %> |
|
User name |
|
<%= text_or_input(@edit, :onKeyUp => "updateCvsRootField()", :id => "cvsuser") %> |
Password |
<%= tip(:txt => 'scm_password_tip') %> |
<%= text_or_input(@edit, :name => "scms[RSCM::Cvs][@password]", :onKeyUp => "updateCvsRootField()", :id => "cvspassword") %> |
Server |
|
<%= text_or_input(@edit, :onKeyUp => "updateCvsRootField()", :id => "cvsserver") %> |
Port |
|
<%= text_or_input(@edit, :onKeyUp => "updateCvsRootField()", :id => "cvsport") %> |
Repository directory |
|
<%= text_or_input(@edit, :onKeyUp => "updateCvsRootField()", :id => "cvsrepodir") %> |
<% end %>
Module |
|
<%= text_or_input(@edit, :name => "scms[RSCM::Cvs][@mod]", :value => cvs.mod, :id => "cvsmodule") %> |
Branch |
|
<%= text_or_input(@edit, :name => "scms[RSCM::Cvs][@branch]", :value => cvs.branch, :id => "cvsmodule") %> |