Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mandarvaze/svn-utils
Collection of hook scripts to be used with Subversion repository
https://github.com/mandarvaze/svn-utils
Last synced: 11 days ago
JSON representation
Collection of hook scripts to be used with Subversion repository
- Host: GitHub
- URL: https://github.com/mandarvaze/svn-utils
- Owner: mandarvaze
- Created: 2009-03-18T07:15:24.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-06-20T06:11:44.000Z (over 15 years ago)
- Last Synced: 2023-04-13T03:31:38.765Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 82 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Collection of scripts that can be used as hooks in Subversion Repository :
validate-extn.py :
pre-commit script that ensures developes do not check in .dll, .exe and other intermediate files like .obj
Also checks (currently commented) if the pathname has "white space". Uncomment the code snippet to add this check.commit-email.py :
You can call this script from post-commit hook as follows :
/usr/share/subversion/hook-scripts/commit-email.py "$REPOS" "$REV" [email protected]
This will send out an email with the details of the commitvsscleanup.py :
This is used to preprocess the VSS data before you start the migration.
It helps remove unwanted files from VSS so that size of data to be processed is reduced.
This will work ONLY on windows (since VSS is supported only on Windows)