GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: NASA Ruby
Homepage: http://nasarb.rubyforge.org
Clone URL: git://github.com/kleb/nasarb.git
To clean, moved all documentation into script.
To repair revision-url option.


git-svn-id: svn+ssh://rubyforge.org/var/svn/nasarb@310 
15d20c99-a110-0410-8ff5-f949c1c7ce36
kleb (author)
Thu Aug 02 08:22:21 -0700 2007
commit  b2c4e069484e4946b4be1cd697f1f80fb82220b3
tree    c52d9e71045469106d82ba562c78c7a15e268b0c
parent  7d80e83a59c992019375990a49aab59d45ffbc0e
...
1
2
 
3
4
5
 
6
7
 
 
 
 
 
8
9
10
11
12
 
13
14
15
...
20
21
22
23
 
24
25
26
...
1
 
2
3
4
 
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
...
26
27
28
 
29
30
31
32
0
@@ -1,15 +1,21 @@
0
 #!/bin/sh
0
-
0
+#
0
 # A SVN post-commit script to send commit emails
0
 #
0
-# To install, make sure it is executable and then
0
+# To install:
0
 #
0
 # scp post-commit rubyforge.org:/var/svn/nasarb/hooks
0
+#
0
+# To remove:
0
+#
0
+# sftp rubyforge.org:/var/svn/nasarb/hooks
0
+# sftp> rm post-commit
0
 
0
 REPOS="$1"
0
 REV="$2"
0
 
0
 PATH=/usr/bin:/bin:/usr/local/bin
0
+
0
 PROJECT=/var/svn/nasarb
0
 
0
 svnnotify \
0
@@ -20,7 +26,7 @@ svnnotify \
0
   --to nasarb-commits@rubyforge.org \
0
   --subject-cx \
0
   --with-diff --handler HTML::ColorDiff \
0
- --revision_url 'http://viewvc.rubyforge.mmmultiworks.com/cgi/viewvc.cgi?view=rev&root=nasarb&revision=%s'
0
+ --revision-url 'http://viewvc.rubyforge.mmmultiworks.com/cgi/viewvc.cgi?view=rev&root=nasarb&revision=%s'
0
  
0
 # See http://search.cpan.org/~dwheeler/SVN-Notify/lib/SVN/Notify.pm
0
 # for documentation of the svnnotify Perl code

Comments

    No one has commented yet.