This repository was archived by the owner on Apr 27, 2023. It is now read-only.

Description
I am planning to use Codebrag for C# code review, here we are using SVN. I successfully downloaded
svn repo using git-svn as below

our repository is in my local P.C so I wonder what values are need to fill for codebrag.conf file,
current value is as below.
codebrag {
data-dir = "./data"
repos-root = "./repos"
send-anon-usage-data = false
web-server-port = 8080
application-url = "http://localhost:8080"
# number of people who need to review a commit (1, 2, ..., all)
required-reviewers-count = 1
# Period during within the repositories won't be fetch
pull-sleep-period {
enabled = false
from = 22
to = 5
}
with running command below

it is failing / stopping here

could anyone please advice about require changes in codebrag.conf file.
thanks in advance.