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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T19:01:07+00:00 2026-05-28T19:01:07+00:00

My company uses Subversion; I prefer Git. I have cloned the Subversion repository on

  • 0

My company uses Subversion; I prefer Git. I have cloned the Subversion repository on my work machine using git-svn and am relatively comfortable using Git as a Subversion client. Now I would like to take the arrangement a step further and leverage the decentralized nature of Git to be able to work on this project from outside the office. Ideally, I would like to mirror all change to my local (office) working copy to my Github account and also the reverse – have all changes to my Github repository made while out of the office be synced/pushed/mirrored to the working copy on my work machine (which is the cloned Subversion repository). Is this possible? How would I begin? Is there another arrangement which will allow me to work away from the office yet still have the working copy at the office be my primary workspace?

  • 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-28T19:01:09+00:00Added an answer on May 28, 2026 at 7:01 pm

    Yes, git-svn supports all these workflows. I’m not sure about how it works if you started out by cloning, but if you do your first checkout of code using

    git init svn+ssh://my-server.com/svn
    

    git will both create a git repository and store necessary SVN information.

    You should check out the command

    git svn dcommit
    

    It allows you to push to an SVN repository the same way you would push to a git repository on github. To get changes, try

    git svn fetch
    

    If you run

    git branch -r
    

    you’ll see a list of branches, which includes SVN codelines. If you are used to merging code to master before pushing, you want to make sure you merge to the “trunk” branch as one would in SVN, but other than that is the same as using git.

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

Sidebar

Related Questions

I have a GIT repository that I manage for my office. Because of company
I have developed a script that my company uses to back up our client's
My company uses git internally and we publish some of our work as an
My company uses Vertica . We have Python applications that connect to it with
My company uses outlook as the email client and we login to an exchange
I have recently started a new job, and the company uses Visual SourceSafe for
My company uses one build machine (a Mac Mini) as a CI node to
I have an issue whereby the company uses a business tracking system that captures
My company uses raw, untyped DataSets filled via Stored Procedures exclusively. I have been
I'm writing a script in Ruby for work. Our company uses FileMaker Pro for

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.