Hi,
I have 'git' install, but I am not sure if I have the 'svn' bridge install as well ("the part to run 'git svn').
So I tried to do sudo port install git-core +svn
on Mac.
But I end up getting:
---> Activating git-core @1.6.3.3_0+doc+svn
Error: Target org.macports.activate returned: Image error: Another version of this port (git-core @1.6.3.3_0+bash_completion+doc+svn) is already active.
Error: Status 1 encountered during processing.
So how can I check if I have 'svn' bridge installed in my git?
Thank you.