Relative paths for git-svn SVN authors file? -


I have cloned a SVN repository by working using git-svn. During the initial cloning, I provided a SVN authors file. When I initial cloned, git had set the author file as a full path though, I keep copies of this GIT repository on a machine and laptop and copies of copies (they two Not a separate clone, but a single clone).

The path of my GIT is different on the repository work machine and laptop, which means that the author file will not be found on the work machine, where the full path is invalid. Git-svn should accept a relative path to the author file, instead, so that authors' file is always found and I can safely read git svn rebase and git SVV DCIT Either by the machine?

When I initially cloned, set git Authorsfile as a full path.

You can change it in a relative path. If you open the .git / config file in a VIM or a text editor, you can edit it relative to the .git folder.

By doing this, you should allow the same authors file to be used on all your machines.

Comments