107 <td>Public method used to delete a property of a file/directory.</td> |
107 <td>Public method used to delete a property of a file/directory.</td> |
108 </tr><tr> |
108 </tr><tr> |
109 <td><a href="#Subversion.svnExtendedDiff">svnExtendedDiff</a></td> |
109 <td><a href="#Subversion.svnExtendedDiff">svnExtendedDiff</a></td> |
110 <td>Public method used to view the difference of a file/directory to the Subversion repository.</td> |
110 <td>Public method used to view the difference of a file/directory to the Subversion repository.</td> |
111 </tr><tr> |
111 </tr><tr> |
|
112 <td><a href="#Subversion.svnGetChangelists">svnGetChangelists</a></td> |
|
113 <td>Public method to get a list of all defined change lists.</td> |
|
114 </tr><tr> |
112 <td><a href="#Subversion.svnGetReposName">svnGetReposName</a></td> |
115 <td><a href="#Subversion.svnGetReposName">svnGetReposName</a></td> |
113 <td>Public method used to retrieve the URL of the subversion repository path.</td> |
116 <td>Public method used to retrieve the URL of the subversion repository path.</td> |
114 </tr><tr> |
117 </tr><tr> |
115 <td><a href="#Subversion.svnListProps">svnListProps</a></td> |
118 <td><a href="#Subversion.svnListProps">svnListProps</a></td> |
116 <td>Public method used to list the properties of a file/directory.</td> |
119 <td>Public method used to list the properties of a file/directory.</td> |
139 <td><a href="#Subversion.svnResolve">svnResolve</a></td> |
142 <td><a href="#Subversion.svnResolve">svnResolve</a></td> |
140 <td>Public method used to resolve conflicts of a file/directory.</td> |
143 <td>Public method used to resolve conflicts of a file/directory.</td> |
141 </tr><tr> |
144 </tr><tr> |
142 <td><a href="#Subversion.svnSetProp">svnSetProp</a></td> |
145 <td><a href="#Subversion.svnSetProp">svnSetProp</a></td> |
143 <td>Public method used to add a property to a file/directory.</td> |
146 <td>Public method used to add a property to a file/directory.</td> |
|
147 </tr><tr> |
|
148 <td><a href="#Subversion.svnShowChangelists">svnShowChangelists</a></td> |
|
149 <td>Public method used to inspect the change lists defined for the project.</td> |
144 </tr><tr> |
150 </tr><tr> |
145 <td><a href="#Subversion.svnUnlock">svnUnlock</a></td> |
151 <td><a href="#Subversion.svnUnlock">svnUnlock</a></td> |
146 <td>Public method used to unlock a file in the Subversion repository.</td> |
152 <td>Public method used to unlock a file in the Subversion repository.</td> |
147 </tr><tr> |
153 </tr><tr> |
148 <td><a href="#Subversion.svnUrlDiff">svnUrlDiff</a></td> |
154 <td><a href="#Subversion.svnUrlDiff">svnUrlDiff</a></td> |
481 </p><dl> |
487 </p><dl> |
482 <dt><i>name</i></dt> |
488 <dt><i>name</i></dt> |
483 <dd> |
489 <dd> |
484 file/directory name to be diffed (string) |
490 file/directory name to be diffed (string) |
485 </dd> |
491 </dd> |
|
492 </dl><a NAME="Subversion.svnGetChangelists" ID="Subversion.svnGetChangelists"></a> |
|
493 <h4>Subversion.svnGetChangelists</h4> |
|
494 <b>svnGetChangelists</b>(<i></i>) |
|
495 <p> |
|
496 Public method to get a list of all defined change lists. |
|
497 </p><dl> |
|
498 <dt>Returns:</dt> |
|
499 <dd> |
|
500 list of defined change list names (list of strings) |
|
501 </dd> |
486 </dl><a NAME="Subversion.svnGetReposName" ID="Subversion.svnGetReposName"></a> |
502 </dl><a NAME="Subversion.svnGetReposName" ID="Subversion.svnGetReposName"></a> |
487 <h4>Subversion.svnGetReposName</h4> |
503 <h4>Subversion.svnGetReposName</h4> |
488 <b>svnGetReposName</b>(<i>path</i>) |
504 <b>svnGetReposName</b>(<i>path</i>) |
489 <p> |
505 <p> |
490 Public method used to retrieve the URL of the subversion repository path. |
506 Public method used to retrieve the URL of the subversion repository path. |
620 <dd> |
636 <dd> |
621 file/directory name (string or list of strings) |
637 file/directory name (string or list of strings) |
622 </dd><dt><i>recursive</i></dt> |
638 </dd><dt><i>recursive</i></dt> |
623 <dd> |
639 <dd> |
624 flag indicating a recursive list is requested |
640 flag indicating a recursive list is requested |
|
641 </dd> |
|
642 </dl><a NAME="Subversion.svnShowChangelists" ID="Subversion.svnShowChangelists"></a> |
|
643 <h4>Subversion.svnShowChangelists</h4> |
|
644 <b>svnShowChangelists</b>(<i>path</i>) |
|
645 <p> |
|
646 Public method used to inspect the change lists defined for the project. |
|
647 </p><dl> |
|
648 <dt><i>path</i></dt> |
|
649 <dd> |
|
650 directory name to show change lists for (string) |
625 </dd> |
651 </dd> |
626 </dl><a NAME="Subversion.svnUnlock" ID="Subversion.svnUnlock"></a> |
652 </dl><a NAME="Subversion.svnUnlock" ID="Subversion.svnUnlock"></a> |
627 <h4>Subversion.svnUnlock</h4> |
653 <h4>Subversion.svnUnlock</h4> |
628 <b>svnUnlock</b>(<i>name, breakIt=False, parent=None</i>) |
654 <b>svnUnlock</b>(<i>name, breakIt=False, parent=None</i>) |
629 <p> |
655 <p> |