110 <td>Public method used to lock a file in the Subversion repository.</td> |
110 <td>Public method used to lock a file in the Subversion repository.</td> |
111 </tr><tr> |
111 </tr><tr> |
112 <td><a href="#Subversion.svnLogBrowser">svnLogBrowser</a></td> |
112 <td><a href="#Subversion.svnLogBrowser">svnLogBrowser</a></td> |
113 <td>Public method used to browse the log of a file/directory from the Subversion repository.</td> |
113 <td>Public method used to browse the log of a file/directory from the Subversion repository.</td> |
114 </tr><tr> |
114 </tr><tr> |
115 <td><a href="#Subversion.svnLogLimited">svnLogLimited</a></td> |
|
116 <td>Public method used to view the (limited) log of a file/directory from the Subversion repository.</td> |
|
117 </tr><tr> |
|
118 <td><a href="#Subversion.svnNormalizeURL">svnNormalizeURL</a></td> |
115 <td><a href="#Subversion.svnNormalizeURL">svnNormalizeURL</a></td> |
119 <td>Public method to normalize a url for subversion.</td> |
116 <td>Public method to normalize a url for subversion.</td> |
120 </tr><tr> |
117 </tr><tr> |
121 <td><a href="#Subversion.svnRelocate">svnRelocate</a></td> |
118 <td><a href="#Subversion.svnRelocate">svnRelocate</a></td> |
122 <td>Public method to relocate the working copy to a new repository URL.</td> |
119 <td>Public method to relocate the working copy to a new repository URL.</td> |
444 </p><dl> |
441 </p><dl> |
445 <dt><i>path</i></dt> |
442 <dt><i>path</i></dt> |
446 <dd> |
443 <dd> |
447 file/directory name to show the log of (string) |
444 file/directory name to show the log of (string) |
448 </dd> |
445 </dd> |
449 </dl><a NAME="Subversion.svnLogLimited" ID="Subversion.svnLogLimited"></a> |
|
450 <h4>Subversion.svnLogLimited</h4> |
|
451 <b>svnLogLimited</b>(<i>name</i>) |
|
452 <p> |
|
453 Public method used to view the (limited) log of a file/directory from the |
|
454 Subversion repository. |
|
455 </p><dl> |
|
456 <dt><i>name</i></dt> |
|
457 <dd> |
|
458 file/directory name to show the log of (string) |
|
459 </dd> |
|
460 </dl><a NAME="Subversion.svnNormalizeURL" ID="Subversion.svnNormalizeURL"></a> |
446 </dl><a NAME="Subversion.svnNormalizeURL" ID="Subversion.svnNormalizeURL"></a> |
461 <h4>Subversion.svnNormalizeURL</h4> |
447 <h4>Subversion.svnNormalizeURL</h4> |
462 <b>svnNormalizeURL</b>(<i>url</i>) |
448 <b>svnNormalizeURL</b>(<i>url</i>) |
463 <p> |
449 <p> |
464 Public method to normalize a url for subversion. |
450 Public method to normalize a url for subversion. |