diff mercurial-server/resources/buildServerResources/mercurialSettings.jsp @ 62:b328c6b6526d

TW-5636: Mercurial plugin can easilly hit Windows MAX_PATH limitations
author Pavel.Sher
date Wed, 26 Nov 2008 19:12:27 +0300
parents 99e757f2527b
children 09cca4213a3d
line wrap: on
line diff
--- a/mercurial-server/resources/buildServerResources/mercurialSettings.jsp	Sun Oct 26 17:08:25 2008 +0300
+++ b/mercurial-server/resources/buildServerResources/mercurialSettings.jsp	Wed Nov 26 19:12:27 2008 +0300
@@ -25,10 +25,16 @@
     <th><label for="branchName">Branch name: </label></th>
     <td><props:textProperty name="branchName" /></td>
   </tr>
+  <tr>
+    <th><label for="serverClonePath">Clone repository to: </label></th>
+    <td><props:textProperty name="serverClonePath" className="longField"/>
+      <div class="smallNote" style="margin: 0;">Provide path to a parent directory on TeamCity server where a cloned repository should be created (applicable to "Automatically on server" checkout mode only). Leave blank to use default path.</div>
+    </td>
+  </tr>
   </l:settingsGroup>
   <l:settingsGroup title="Authorization settings">
   <tr>
-    <td colspan="2">You may require to provide authorization settings if you need to tag / label sources in the remote repository.</td>
+    <td colspan="2">Authorization settings can be required if you need to tag / label sources in the remote repository.</td>
   </tr>
   <tr>
     <th><label for="username">User name:</label></th>