Im uses the Git-SVN bridge for the remote Subversion repository. Now I need something like the svn copy in Git / Git-SVN, so it looks like I used svn copy in a remote SVN repository.
As far as I know, svn copy file keeps a history for file for the copied file , and is also "diff" for the old file if the new copied file changed.
Is there something I can use to implement this behavior using the Git-SVN bridge?
source share