descriptionWrapper/commit script for SVN and Git that automatically generates template ChangeLog entries.
homepage URLhttp://tsunanet.net/
ownertsuna@lrde.epita.fr
last changeFri, 19 Sep 2008 23:01:58 +0000 (20 00:01 +0100)
content tags
add:
readme
svn-wrapper (aka svnw) is a commit script / wrapper originally designed
for SVN but then ported to Git too.
Its initial aim was to provide some more features on top of `svn':
  - Custom aliases.
  - Custom diff (without space changes, diffstats, colordiff...).
  - Generate template ChangeLog entries to fill in.
  - Send emails for each commit with additionnal (optional) comments.
  - Sugar commands (.e.g., to quickly set ignores)
Now that I switched (almost entirely) to Git, and since Git already comes
with many of these features, the script is less useful, but many people
still use it with SVN or plan to use it with Git (to use its ChangeLog
entry generator and the quick ignore "editor", among other things).

Install instructions:
  wget http://www.lrde.epita.fr/~sigoure/svn-wrapper/svn-wrapper.sh
  chmod +x svn-wrapper.sh
<script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-3285392-1"); pageTracker._initData(); pageTracker._trackPageview(); </script>
shortlog
2008-09-19 Benoit SigoureFix a typo.master
2007-12-01 Benoit SigoureUse more here-doc strings.
2007-11-30 Benoit SigoureMore sanity checks before committing.
2007-11-30 Benoit SigoureClean-up a dirty hack.
2007-11-30 Benoit SigoureUse the $PAGER for interactive diffs.
2007-11-25 Benoit SigoureSyntax fixes for Ash.
2007-11-22 Benoit SigoureProperly set $using_git_svn.
2007-11-21 Benoit Sigoure * git_get_repos_info_: Rewrite with more generic code...
2007-11-07 Benoit SigoureSet COLORDIFF to DIFF when stdout is not attached to...
2007-11-06 Benoit SigoureUse here-doc in the online-help of the `ignore' sub...
2007-11-06 Benoit SigoureUse `test -z' where possible.
2007-11-06 Benoit SigoureProperly abort when the title of a commit is empty.
2007-11-06 Benoit SigoureDo not use `echo -n', use `printf' instead.
2007-11-06 Benoit SigoureHook svn log to always pipe it through $PAGER.
2007-11-06 Benoit SigoureDo not screw up titles ending with `!' or `?'.
2007-11-06 Benoit SigoureHandle the <MYSELF> and <MAILTO> special tags.
...
tags
16 years ago v0.4 Version 0.4 (the script is now...
16 years ago v0.3 Version 0.3.
16 years ago v0.2 Version 0.2.
heads
15 years ago master