This commit is contained in:
2023-04-16 21:38:32 +08:00
parent a0849e40ef
commit 0b6c876a0f
59 changed files with 1026 additions and 189 deletions

View File

@@ -34,7 +34,7 @@ function Quit {
}
function StartProc {
Print Start svn ${EXTRA_ARGS:-} ...
Print Starting svn ${EXTRA_ARGS:-} ...
svnserve \
${EXTRA_ARGS:-} \
-d --foreground \
@@ -44,6 +44,7 @@ function StartProc {
--log-file $LOG_DIR/svn.log \
&>> $LOG_DIR/svn.out &
PIDS="$PIDS $!"
Print Svn started.
}
function Main {