258 <td><a href="#Subversion.vcsImport">vcsImport</a></td> |
258 <td><a href="#Subversion.vcsImport">vcsImport</a></td> |
259 <td>Public method used to import the project into the Subversion repository.</td> |
259 <td>Public method used to import the project into the Subversion repository.</td> |
260 </tr> |
260 </tr> |
261 <tr> |
261 <tr> |
262 <td><a href="#Subversion.vcsInit">vcsInit</a></td> |
262 <td><a href="#Subversion.vcsInit">vcsInit</a></td> |
263 <td>Public method used to initialize the subversion repository.</td> |
263 <td></td> |
264 </tr> |
264 </tr> |
265 <tr> |
265 <tr> |
266 <td><a href="#Subversion.vcsInitConfig">vcsInitConfig</a></td> |
266 <td><a href="#Subversion.vcsInitConfig">vcsInitConfig</a></td> |
267 <td>Public method to initialize the VCS configuration.</td> |
267 <td></td> |
268 </tr> |
268 </tr> |
269 <tr> |
269 <tr> |
270 <td><a href="#Subversion.vcsLogBrowser">vcsLogBrowser</a></td> |
270 <td><a href="#Subversion.vcsLogBrowser">vcsLogBrowser</a></td> |
271 <td>Public method used to browse the log of a file/directory from the Subversion repository.</td> |
271 <td>Public method used to browse the log of a file/directory from the Subversion repository.</td> |
272 </tr> |
272 </tr> |
294 <td><a href="#Subversion.vcsRegisteredState">vcsRegisteredState</a></td> |
294 <td><a href="#Subversion.vcsRegisteredState">vcsRegisteredState</a></td> |
295 <td>Public method used to get the registered state of a file in the vcs.</td> |
295 <td>Public method used to get the registered state of a file in the vcs.</td> |
296 </tr> |
296 </tr> |
297 <tr> |
297 <tr> |
298 <td><a href="#Subversion.vcsRemove">vcsRemove</a></td> |
298 <td><a href="#Subversion.vcsRemove">vcsRemove</a></td> |
299 <td>Public method used to remove a file/directory from the Subversion repository.</td> |
299 <td></td> |
300 </tr> |
300 </tr> |
301 <tr> |
301 <tr> |
302 <td><a href="#Subversion.vcsRepositoryInfos">vcsRepositoryInfos</a></td> |
302 <td><a href="#Subversion.vcsRepositoryInfos">vcsRepositoryInfos</a></td> |
303 <td>Public method to retrieve information about the repository.</td> |
303 <td>Public method to retrieve information about the repository.</td> |
304 </tr> |
304 </tr> |
447 canBeCommited and canBeAdded or None in order to signal an error |
447 canBeCommited and canBeAdded or None in order to signal an error |
448 </dd> |
448 </dd> |
449 </dl> |
449 </dl> |
450 <a NAME="Subversion.__vcsAllRegisteredStates_wcng" ID="Subversion.__vcsAllRegisteredStates_wcng"></a> |
450 <a NAME="Subversion.__vcsAllRegisteredStates_wcng" ID="Subversion.__vcsAllRegisteredStates_wcng"></a> |
451 <h4>Subversion.__vcsAllRegisteredStates_wcng</h4> |
451 <h4>Subversion.__vcsAllRegisteredStates_wcng</h4> |
452 <b>__vcsAllRegisteredStates_wcng</b>(<i>names, dname, shortcut=True</i>) |
452 <b>__vcsAllRegisteredStates_wcng</b>(<i>names, dname</i>) |
453 |
453 |
454 <p> |
454 <p> |
455 Private method used to get the registered states of a number of files |
455 Private method used to get the registered states of a number of files |
456 in the VCS. |
456 in the VCS. |
457 </p> |
457 </p> |
1347 </dl> |
1343 </dl> |
1348 <a NAME="Subversion.vcsInit" ID="Subversion.vcsInit"></a> |
1344 <a NAME="Subversion.vcsInit" ID="Subversion.vcsInit"></a> |
1349 <h4>Subversion.vcsInit</h4> |
1345 <h4>Subversion.vcsInit</h4> |
1350 <b>vcsInit</b>(<i>vcsDir, noDialog=False</i>) |
1346 <b>vcsInit</b>(<i>vcsDir, noDialog=False</i>) |
1351 |
1347 |
1352 <p> |
|
1353 Public method used to initialize the subversion repository. |
|
1354 </p> |
|
1355 <p> |
|
1356 The subversion repository has to be initialized from outside eric |
|
1357 because the respective command always works locally. Therefore we |
|
1358 always return TRUE without doing anything. |
|
1359 </p> |
|
1360 <dl> |
|
1361 |
|
1362 <dt><i>vcsDir</i></dt> |
|
1363 <dd> |
|
1364 name of the VCS directory (string) |
|
1365 </dd> |
|
1366 <dt><i>noDialog</i></dt> |
|
1367 <dd> |
|
1368 flag indicating quiet operations (boolean) |
|
1369 </dd> |
|
1370 </dl> |
|
1371 <dl> |
|
1372 <dt>Return:</dt> |
|
1373 <dd> |
|
1374 always TRUE |
|
1375 </dd> |
|
1376 </dl> |
|
1377 <a NAME="Subversion.vcsInitConfig" ID="Subversion.vcsInitConfig"></a> |
1348 <a NAME="Subversion.vcsInitConfig" ID="Subversion.vcsInitConfig"></a> |
1378 <h4>Subversion.vcsInitConfig</h4> |
1349 <h4>Subversion.vcsInitConfig</h4> |
1379 <b>vcsInitConfig</b>(<i>project</i>) |
1350 <b>vcsInitConfig</b>(<i>project</i>) |
1380 |
1351 |
1381 <p> |
|
1382 Public method to initialize the VCS configuration. |
|
1383 </p> |
|
1384 <p> |
|
1385 This method ensures, that an ignore file exists. |
|
1386 </p> |
|
1387 <dl> |
|
1388 |
|
1389 <dt><i>project</i></dt> |
|
1390 <dd> |
|
1391 reference to the project (Project) |
|
1392 </dd> |
|
1393 </dl> |
|
1394 <a NAME="Subversion.vcsLogBrowser" ID="Subversion.vcsLogBrowser"></a> |
1352 <a NAME="Subversion.vcsLogBrowser" ID="Subversion.vcsLogBrowser"></a> |
1395 <h4>Subversion.vcsLogBrowser</h4> |
1353 <h4>Subversion.vcsLogBrowser</h4> |
1396 <b>vcsLogBrowser</b>(<i>name, isFile=False</i>) |
1354 <b>vcsLogBrowser</b>(<i>name, isFile=False</i>) |
1397 |
1355 |
1398 <p> |
1356 <p> |
1546 </dl> |
1504 </dl> |
1547 <a NAME="Subversion.vcsRemove" ID="Subversion.vcsRemove"></a> |
1505 <a NAME="Subversion.vcsRemove" ID="Subversion.vcsRemove"></a> |
1548 <h4>Subversion.vcsRemove</h4> |
1506 <h4>Subversion.vcsRemove</h4> |
1549 <b>vcsRemove</b>(<i>name, project=False, noDialog=False</i>) |
1507 <b>vcsRemove</b>(<i>name, project=False, noDialog=False</i>) |
1550 |
1508 |
1551 <p> |
|
1552 Public method used to remove a file/directory from the Subversion |
|
1553 repository. |
|
1554 </p> |
|
1555 <p> |
|
1556 The default operation is to remove the local copy as well. |
|
1557 </p> |
|
1558 <dl> |
|
1559 |
|
1560 <dt><i>name</i></dt> |
|
1561 <dd> |
|
1562 file/directory name to be removed (string or list of |
|
1563 strings)) |
|
1564 </dd> |
|
1565 <dt><i>project</i></dt> |
|
1566 <dd> |
|
1567 flag indicating deletion of a project tree (boolean) |
|
1568 (not needed) |
|
1569 </dd> |
|
1570 <dt><i>noDialog</i></dt> |
|
1571 <dd> |
|
1572 flag indicating quiet operations |
|
1573 </dd> |
|
1574 </dl> |
|
1575 <dl> |
|
1576 <dt>Return:</dt> |
|
1577 <dd> |
|
1578 flag indicating successfull operation (boolean) |
|
1579 </dd> |
|
1580 </dl> |
|
1581 <a NAME="Subversion.vcsRepositoryInfos" ID="Subversion.vcsRepositoryInfos"></a> |
1509 <a NAME="Subversion.vcsRepositoryInfos" ID="Subversion.vcsRepositoryInfos"></a> |
1582 <h4>Subversion.vcsRepositoryInfos</h4> |
1510 <h4>Subversion.vcsRepositoryInfos</h4> |
1583 <b>vcsRepositoryInfos</b>(<i>ppath</i>) |
1511 <b>vcsRepositoryInfos</b>(<i>ppath</i>) |
1584 |
1512 |
1585 <p> |
1513 <p> |