Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8211827
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T10:33:42+00:00 2026-06-07T10:33:42+00:00

A problem with subversion is that it identifies commits only by the user name.

  • 0

A problem with subversion is that it identifies commits only by the user name. Git for example allows a full name and an email address to be added as meta information to the commit. Some organizations require user accounts that are hard to map to persons. Some of those organizations also require the use of svn. Making this situation workable for code reviewers leads me to the following questions:

  • Is it possible to keep some meta information in the commits so that I can have svn do the mapping?

or if that is impossible,

  • How would I go about doing the mapping on my local system using git-svn?
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T10:33:43+00:00Added an answer on June 7, 2026 at 10:33 am

    You may set custom revision property on any the subversion revision (see http://svnbook.red-bean.com/en/1.7/svn.advanced.props.html for details).

    $ svn propset property_name property_value -r<REV> --revprop
    property 'property_name' set on repository revision <REV>
    

    This could be called in post-commit hook script (the script could have a look at the revision author, look up the short author name to resolve full author information using some mapping file, e.g. authors.txt — see below).

    Git<->SVN tranlation solutions like subgit or git-svn can also use authors.txt mapping in the following format:

    shortname = Long Name <email@example.com>
    anothername = Another Long Name <email2@example.com>
    ...
    

    Path to authors.txt file should be specified by ‘core.authorsFile’ config option in subgit or ‘–authors-file=’ cli option in git-svn for every git-svn command (for git-svn –authors-file works only for SVN->Git translation, Git->SVN always creates a revision under the username with which; for subgit the option works in both directions).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have a non-standard subversion respository that we would like to convert to Git.
The problem is that I'd like to be able to use Mercurial, or git,
The problem I just accidentally committed a change to a file that was only
We have a custom font (ttf) that we added to a subversion repository. We've
I'm testing my new Git repository. I converted from Subversion to Git, no problem.
I'm having some problem with Maven's scm element and subversion. I added the following
I have acquired a subversion repository. The problem with it is that everything is
I'm having a problem running Apache + Subversion with SSL behind an Nginx proxy
Problem: I have a table that prints out vertical but I would like it
I am trying to clone a Subversion repository to git, but it keeps giving

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.