projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c68f6c8
)
foo
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 11 Mar 2006 02:24:44 +0000
(
02:24
+0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 11 Mar 2006 02:24:44 +0000
(
02:24
+0000)
ikiwiki
patch
|
blob
|
history
diff --git
a/ikiwiki
b/ikiwiki
index d64a3417a5fca6827a1c6d7c4eb234dee18d1e23..6ff0b1e8ab90c9ef44244e322c4d2bd6427f446c 100755
(executable)
--- a/
ikiwiki
+++ b/
ikiwiki
@@
-360,7
+360,7
@@
sub rcs_add ($) {
$parent=dirname($file);
}
- if (system("svn", "add", "--quiet",
$file
) != 0) {
+ if (system("svn", "add", "--quiet",
"$srcdir/$file"
) != 0) {
warn("svn add failed\n");
}
}