[Codestriker-commits] CVS update: codestriker/doc codestriker.sgml
Brought to you by:
sits
From: <si...@us...> - 2008-08-08 06:10:14
|
User: sits Date: 08/08/07 23:10:13 Modified: doc codestriker.sgml Log: Added little snippet about using Subversion post-commit hook. Index: codestriker.sgml =================================================================== RCS file: /cvsroot/codestriker/codestriker/doc/codestriker.sgml,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- codestriker.sgml 24 Jun 2008 03:16:16 -0000 1.68 +++ codestriker.sgml 8 Aug 2008 06:10:13 -0000 1.69 @@ -1884,6 +1884,16 @@ repository location. All topics created by Codestriker have a builtin workaround for the Subversion diff problem. </para> + <para> + It is possible to create Codestriker topics automatically after + each Subversion commit, via the bin/subversion-post-commit.pl script. + Once the appropriate configuration is set at the start of the file, simply + add it to your Subversion <filename>repos/hooks/post-commit</filename> + the path to the file as follows: +<programlisting> + /path/to/codestriker/bin/subversion-post-commit.pl "$REPOS" "$REV" +</programlisting> + </para> </sect2> <sect2> <title>Creating Perforce Diff Topics</title> |