src/eric7/Plugins/VcsPlugins/vcsSubversion/__init__.py

Tue, 12 Dec 2023 09:35:39 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 12 Dec 2023 09:35:39 +0100
branch
eric7
changeset 10403
ea3320d5e8e9
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
permissions
-rw-r--r--

Changed code using "shutil.rmtree()" more readable by adding "ignore_errors=" where this parameter is non-default.

# -*- coding: utf-8 -*-

# Copyright (c) 2003 - 2023 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing the vcs interface to Subversion.

It consists of the subversion class, the project helper classes and some
Subversion specific dialogs.
"""

eric ide

mercurial