Consistency check between svn server and backup severs.
Compare the revisions between svn server and backup severs, and send email notification.
- Python2.7 or Python3
- SVN cli
SVN username and password should be added to svn cli option for authentication.
In addition,add 2 parameters to ~/.subversion/servers file as follows:
store-passwords = yes store-plaintext-passwords = yes - Modify configuration parameters in
settings.py - Execute script:
python svn_revision_compare.py
- Modify configuration parameters in
settings.py - Build docker image:
docker build -t svn_revison_compare:v1 . - Run container:
docker run -d svn_revison_compare:v1
Blogs:
