Subversion Repositories DevTools

Rev

Rev 141 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 141 Rev 151
Line 745... Line 745...
745
            var tc2 = document.getElementById('vcs_name_combo');
745
            var tc2 = document.getElementById('vcs_name_combo');
746
            if (tc2.options[nc.selectedIndex].value == 'Concurrent Versions System')
746
            if (tc2.options[nc.selectedIndex].value == 'Concurrent Versions System')
747
            {
747
            {
748
               alert('The Concurrent Versions System (CVS) is not fully supported by ERG.\n' +
748
               alert('The Concurrent Versions System (CVS) is not fully supported by ERG.\n' +
749
                     'This means you will have to manually build this package.\n' +
749
                     'This means you will have to manually build this package.\n' +
750
                     'Please ensure you set the package to a manual build type, if it is not already so.\n');
750
                     'Please ensure you assign the version number manually, if that is not already so.\n');
751
            }
751
            }
752
            <%If IsNull(parBSName) OR parBSName = "" Then%>
752
            <%If IsNull(parBSName) OR parBSName = "" Then%>
753
               f.action = "_wform_pkg_info.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&vcs_tag=" + tc.options[nc.selectedIndex].value;
753
               f.action = "_wform_pkg_info.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&vcs_tag=" + tc.options[nc.selectedIndex].value;
754
            <%Else%>
754
            <%Else%>
755
               f.action = "_wform_pkg_info.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&bs_name=<%=parBSName%>&vcs_tag=" + tc.options[nc.selectedIndex].value;
755
               f.action = "_wform_pkg_info.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&bs_name=<%=parBSName%>&vcs_tag=" + tc.options[nc.selectedIndex].value;