I am running git 1.7 on Mac OSX installed via Homebrew. I am trying to use git svna Subversion server to work with, which requires Subversion 1.5 clients (a restriction performed using pre-commit bindings).
The launch git svn --versionshows that with respect to git, it is git svnequivalent to svn v1.4.4.
I cannot establish whether it is a git svncomplete subversion clone and therefore needs to be updated to fit subversion v1.5 features or if git is compiled or just points to some version of subversion according to the hood.
I struggled to find someone else trying to update the version git-svn, and I assume that this restriction on the client version is unusual, but I am stuck with it (corporate environment.)
Is it possible that git works like svn 1.5?
source
share