diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-27 17:24:42 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-27 17:24:42 +0000 |
commit | ad33d03aff255293c38395faf3873c3d11d9012a (patch) | |
tree | 36adae980904b1b48a85a0bfc91c8a02ec2d310e /src/svn-rev.sh | |
parent | dd3bfe65c84e4affbd3177347ff5748c28e2619f (diff) |
And now the final result of all this tweaking comes to light.
Whenever i commit the post-commit hook writes a .sh script to my dir, within the insp checkout dir, containing the current revision id - 1.
Therefore, the system can stay up to date with revision id's simply with ./configure -update :)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3376 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/svn-rev.sh')
-rwxr-xr-x | src/svn-rev.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svn-rev.sh b/src/svn-rev.sh index f35c48ca6..5ad1ff158 100755 --- a/src/svn-rev.sh +++ b/src/svn-rev.sh @@ -1 +1 @@ -3373 +echo 3375 |