git svn - git-svn pushing existing repository mapping usernames the other way -
My team and I am currently working on a university project. We were given the project but it was not officially started, so we started working in GIT to start the head. The project coordinator has forced us to use SVN, so I am trying to use git-svn to interface two treasures.
I can move my earnings in the svn repository in .git / info / grafts so this is not an issue.
My problem is that in our course we are given the marks of participation which are based on our history. Although obviously all our commands have my SVN username because I had transferred them (which is not sure my teammates will be very happy)
I have seen in the file of git authors, but where As far as I can tell, it is used for reverse lookup.
Now I understand that with SSH + SVN I clearly
for the summary:
P>
I need "git svn dcommit" to map git writers to my gsyn user names and if possible (less important) date information is correct. There is a warning on that that some writers on git have multiple git authors (who have already been made to commit) so I should be able to map multiple GIT authors into a single svn user name.
Any rendered help :)
If you have File access to the repository, you can push everyone subdivided using their own credentials, the command-line correction uses the property editor to replace the user names associated with the commands made by other people. :
svn propset --revprop -r $ REV svn: author $ USER
Because the default rev-prop change hook has rejected all changes and the supplied template will only allow log message changes, the author does not change, so that you
pre-modified-change-hook
.
Comments
Post a Comment