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

  • Home
  • SEARCH
  • 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 939911
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T21:52:07+00:00 2026-05-15T21:52:07+00:00

Similar to this question , how can I make an existing Git branch track

  • 0

Similar to this question, how can I make an existing Git branch track a remote SVN branch?

I often find that I start work in a local branch that I then need to push to an SVN server. Is this possible?

  • 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-15T21:52:08+00:00Added an answer on May 15, 2026 at 9:52 pm

    The idea remains to push to an existing SVN branch.

    Meaning you need:

    • to git svn rebase an existing SVN branch (called here ‘git-svn-branch‘)
    • git branch -b work # new working branch
    • work…
    • git checkout git-svn-branch and git svn rebase (make sure master is up-to-date)
    • git checkout work and git rebase git-svn-branch (replay your work on top of the git-svn branch)
    • git checkout git-svn-branch and git merge work (update git-svn-branch HEAD to work HEAD)
    • git svn dcommit (push back the git-svn branch to SVN repo, with work commits included in it)

    You will find that same process in this SO question.

    So, in short, when you are working on a local Git branch, and you want to push it to an SVN branch, you need first to import that SVN branch to a ‘git-svn’ local branch, and then rebase/merge your local branch on it.
    You cannot directly push your local Git branch on an SVN remote one.

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

Sidebar

Related Questions

I know this question is similar to several previous ones, but I can't find
Similar to this question but for MySQL.... How can I programmatically determine foreign key
This is very similar to another recent question: How can I return the current
My question is similar to this one , but I can simplify it some.
I can't resolve this issue, I found a similar question here but: setting the
This question is similar to this question but not quite the same. Can I
I'm pretty sure this is a duplicate question, but I can't find the original(s).
There are similar questions out there on this topic, such as When can I
I know this is very similar to a few other questions, but I can't
There maybe some simlar questions to this but I can't see anything that really

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.