116 <td>Public method used to lock a file in the Subversion repository.</td> |
116 <td>Public method used to lock a file in the Subversion repository.</td> |
117 </tr><tr> |
117 </tr><tr> |
118 <td><a href="#Subversion.svnLogBrowser">svnLogBrowser</a></td> |
118 <td><a href="#Subversion.svnLogBrowser">svnLogBrowser</a></td> |
119 <td>Public method used to browse the log of a file/directory from the Subversion repository.</td> |
119 <td>Public method used to browse the log of a file/directory from the Subversion repository.</td> |
120 </tr><tr> |
120 </tr><tr> |
121 <td><a href="#Subversion.svnLogLimited">svnLogLimited</a></td> |
|
122 <td>Public method used to view the (limited) log of a file/directory from the Subversion repository.</td> |
|
123 </tr><tr> |
|
124 <td><a href="#Subversion.svnNormalizeURL">svnNormalizeURL</a></td> |
121 <td><a href="#Subversion.svnNormalizeURL">svnNormalizeURL</a></td> |
125 <td>Public method to normalize a url for subversion.</td> |
122 <td>Public method to normalize a url for subversion.</td> |
126 </tr><tr> |
123 </tr><tr> |
127 <td><a href="#Subversion.svnRelocate">svnRelocate</a></td> |
124 <td><a href="#Subversion.svnRelocate">svnRelocate</a></td> |
128 <td>Public method to relocate the working copy to a new repository URL.</td> |
125 <td>Public method to relocate the working copy to a new repository URL.</td> |
473 </p><dl> |
470 </p><dl> |
474 <dt><i>path</i></dt> |
471 <dt><i>path</i></dt> |
475 <dd> |
472 <dd> |
476 file/directory name to show the log of (string) |
473 file/directory name to show the log of (string) |
477 </dd> |
474 </dd> |
478 </dl><a NAME="Subversion.svnLogLimited" ID="Subversion.svnLogLimited"></a> |
|
479 <h4>Subversion.svnLogLimited</h4> |
|
480 <b>svnLogLimited</b>(<i>name</i>) |
|
481 <p> |
|
482 Public method used to view the (limited) log of a file/directory from the |
|
483 Subversion repository. |
|
484 </p><dl> |
|
485 <dt><i>name</i></dt> |
|
486 <dd> |
|
487 file/directory name to show the log of (string) |
|
488 </dd> |
|
489 </dl><a NAME="Subversion.svnNormalizeURL" ID="Subversion.svnNormalizeURL"></a> |
475 </dl><a NAME="Subversion.svnNormalizeURL" ID="Subversion.svnNormalizeURL"></a> |
490 <h4>Subversion.svnNormalizeURL</h4> |
476 <h4>Subversion.svnNormalizeURL</h4> |
491 <b>svnNormalizeURL</b>(<i>url</i>) |
477 <b>svnNormalizeURL</b>(<i>url</i>) |
492 <p> |
478 <p> |
493 Public method to normalize a url for subversion. |
479 Public method to normalize a url for subversion. |