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 7925907
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T18:29:55+00:00 2026-06-03T18:29:55+00:00

I am currently doing a git svn clone from an svn repository that has

  • 0

I am currently doing a git svn clone from an svn repository that has quite a few branches and tags, and it is taking quite long time (2 hours and counting). Is it fetching file contents from all of the branches, or just from the trunk? If the former, is it smart enough to see when the branches were created, thus not grabbing duplicate files?

  • 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-03T18:29:58+00:00Added an answer on June 3, 2026 at 6:29 pm

    Git-svn is very slow because it asks the subversion server for every single commit and replays them one by one locally. Thus, the Git repo contains everything when the operation completes (trunk, branches and tags). But it takes a very very long time.

    The git-svn command has IMO two major problems :

    • It is not able to filter out revisions that are not concerned by the the svn subtree you are trying to clone, (i.e. it fetches every single commit from the SVN root folder even if they do not affect the subtree you are cloning)
    • It fetches commits from the beginning, preventing you to start to work before it is completely done.

    I advise you to have a look on the SmartGit client (syntevo.com/smartgit), which implements a totally refactored git to svn bridge layer. With it, it takes just a few minutes to get an svn repo cloned and up and ready. The last revision are retrieved first in a few seconds, and after that the rest is fetched in the background, so that you can start to work very quickly.

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

Sidebar

Related Questions

I currently have a large (30K commits) SVN repository that I am in the
I have a git repository, which has changes that I am slowly bringing into
I've been doing a workflow of making a git repository on a remote central
Odd situation is happening when I try to clone a remote svn repository. When
I've moved files from Project to Project/src . Git is under the impression that
I have a git branch (called v4), that was made from master just yesterday.
I've been made the collaborator(say, i'm User 1) of a git repository. Currently due
I have a repository which I have already cloned from Subversion. I've been doing
I'm currently doing a project in C# working with windows forms. During the course
I'm currently doing some last-measure optimizations, mostly for fun and learning, and discovered something

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.