I know I go into the config file and add allowBranchReplacement=true in the svn section.
Do I then run:
subgit config RepoName.git
Or
subgit install RepoName.git
or something else?
I am guessing the mirror will be out of action for a few minutes. Will it sync up normally once it comes back on line?
Hello Steve,
all the changes in configuration file are being applied by the "install’ command, so it should be:
subgit install RepoName.git
The mirror won’t be allowing pushes for the time ‘install’ command is working, but actually it should not take long unless there are new commits in Git or in SVN, the configuration changes applying is not a heavy operation.
1 Like