codebrag icon indicating copy to clipboard operation
codebrag copied to clipboard

SVN Codebrag integration

Open arjunnnnn opened this issue 6 years ago • 0 comments

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

image

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

image

it is failing / stopping here

image

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

thanks in advance.

arjunnnnn avatar Aug 02 '18 12:08 arjunnnnn