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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T14:12:50+00:00 2026-05-27T14:12:50+00:00

I created a repository with git-svn from a big svn repository (git svn clone).

  • 0

I created a repository with git-svn from a big svn repository (git svn clone).
I’ve several local commits in my git repository that I don’t need to push to svn but I will need to get updates from it.

Now I realized that I don’t need the entire svn history in my local repository, since it’s using too much space (some Gb) and that I should have used the -r option in the clone command to select a starting point.

I’d linke to start over with a new repository and then merge all the local commits from the old repository, but I’m not sure there is a simple way to do this.

The situation is this:

log of the old repository:

  • local commit 10
  • local commit 9
    …
  • local commit 1
  • svn revision X
  • svn revision X-1
    …
  • svn revision 1

the new repository has just one commit, corresponding to the contend of the revision X of the svn repository.

I tried to use format-patch and apply commands but I’m not sure on how to do this.

Is there a way to do what I need?

Thanks for any help

  • 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-05-27T14:12:51+00:00Added an answer on May 27, 2026 at 2:12 pm

    One method is, in your new repository:

    • to git remote add old your old repository;
    • to git fetch old;
    • to checkout the branch which contains you want;
    • to know the starting point from where your branch was created before the changes;
    • and then use git rebase --onto.

    When done, git remote rm the old repo and git gc.

    See git help rebase for the --onto option: it is very, very useful.

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

Sidebar

Related Questions

I have a local git repository created with git svn clone . I make
I'm trying to move our existing svn repository to git. We don't need to
I created a branch on my local Mercurial repository. I want to push to
I created a mirror of an svn repository via git-svn . The first time
cloning an svn repository into git is easy with git-svn. However, I need to
I migrated my SVN repository successfully with Tags into Git using git svn-clone .
I'm practicing how to use svn and git. I created a svn repository on
I have a SVN repository and I used: git svn clone <svn url> I
I am converting a SVN repository to a Git repository following guidance from Pro
A project in SVN I'm working on (via git-svn) has frequently-created branches that are

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.