Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/graste/svn_scripts
Some bash scripts to help with some recurring SVN tasks
https://github.com/graste/svn_scripts
Last synced: 9 days ago
JSON representation
Some bash scripts to help with some recurring SVN tasks
- Host: GitHub
- URL: https://github.com/graste/svn_scripts
- Owner: graste
- Created: 2010-04-19T20:12:22.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-04-19T20:28:42.000Z (over 14 years ago)
- Last Synced: 2023-03-22T15:02:36.739Z (over 1 year ago)
- Homepage:
- Size: 94.7 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Some simple tools in form of bash scripts to help with recurring SVN tasks like:
- pin externals of paths in a working copy
- create TAG with pinned externals of a given path
- create RELEASE with pinned externals of a given pathTAGs do pin relative externals, whileas RELEASEs will only pin non-local externals to allow for patching/svnup.
Authors:
- Robert Schulze
- Steffen GransowVersions:
0.1 - 2010/04/19 - Initial release