Skip to content

Commit

Permalink
Item27: all the paths on the server changes, so svn stopped working
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@824 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Nov 20, 2008
1 parent a3f656b commit 0de4092
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions core/tools/develop/analyse.pl
Expand Up @@ -5,8 +5,8 @@
use List::Util;

my $REPOS = '/home/svn/nextwiki';
my $BUGS = '/home/twikifork.org/data/Tasks';
my $MANIFEST = '/home/twikifork.org/lib/MANIFEST';
my $BUGS = '/home/foswiki.org/data/Tasks';
my $MANIFEST = '/home/foswiki.org/lib/MANIFEST';
my $svn = '/usr/local/bin/svn';
my $svnlook = '/usr/local/bin/svnlook';

Expand Down
4 changes: 2 additions & 2 deletions core/tools/develop/genwebnotify.pl
Expand Up @@ -3,8 +3,8 @@
#
# Generates WebNotify from the WaitingFor and ReportedBy fields
#
my $where = '/home/twikifork.org/data/Tasks';
my $text = `cd /home/twikifork.org/bin && perl -T ./view topic="Tasks.GenerateWebNotify" -skin text -contenttype text/plain`;
my $where = '/home/foswiki.org/data/Tasks';
my $text = `cd /home/foswiki.org/bin && perl -T ./view topic="Tasks.GenerateWebNotify" -skin text -contenttype text/plain`;
my %topics;
foreach my $line (split(/\r?\n/, $text)) {
$line =~ s#(TWiki:)?Main[./]##g;
Expand Down
2 changes: 1 addition & 1 deletion core/tools/develop/hooks/rssfeed.sh
Expand Up @@ -10,5 +10,5 @@ fi

# Please change paths according to your setup
/usr/local/bin/svn log file://$REPOS -r $REV:$REV2 -v --xml > /tmp/svnlog.xml
/usr/bin/xsltproc $REPOS/hooks/svnlog.xslt /tmp/svnlog.xml > /home/twikifork.org/pub/svn2rss.xml
/usr/bin/xsltproc $REPOS/hooks/svnlog.xslt /tmp/svnlog.xml > /home/foswiki.org/pub/svn2rss.xml
chmod 777 /tmp/svnlog.xml
2 changes: 1 addition & 1 deletion core/tools/develop/post-commit.pl
Expand Up @@ -9,7 +9,7 @@
use strict;

my $REPOS = $ARGV[0];
my $BUGS = '/home/twikifork.org/data/Tasks';
my $BUGS = '/home/foswiki.org/data/Tasks';
my $SUPPORT = '/home/svn';

my $verbose = 0; # 1 to debug
Expand Down
2 changes: 1 addition & 1 deletion core/tools/develop/pre-commit.pl
Expand Up @@ -10,7 +10,7 @@

my $REPOS = $ARGV[0];
my $TXN = $ARGV[1];
my $twikiDataDir = '/home/twikifork.org/data';
my $twikiDataDir = '/home/foswiki.org/data';

my $logmsg = `/usr/local/bin/svnlook log -t $TXN $REPOS`;

Expand Down

0 comments on commit 0de4092

Please sign in to comment.