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

SVN Codebrag integration #112

@arjunnnnn

Description

@arjunnnnn

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions