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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T11:55:14+00:00 2026-05-13T11:55:14+00:00

I’ve come to Git from SVN. Formerly in order to update some production site

  • 0

I’ve come to Git from SVN. Formerly in order to update some production site I compared revisions from production one to HEAD using TortoiseSVN, exported changed/added files into a temporary directory and after that uploaded them onto production server.

Is it possible to reproduce the same using Git (TortoiseGit)?

  • 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-13T11:55:14+00:00Added an answer on May 13, 2026 at 11:55 am

    The compare Dialog of TortoiseGit is more about File, and, with Git, you have to compare two master branches (not just two commits of the same branches both pointing to the same SVN central repo)

    If you have git directly on the server, you could rebase your master (of the server repo) with the origin/master (the one of the development repo)
    Or you can reset your prod master HEAD to the origin/master and add the files, as described here.

    But if you have only Git on the development side, which is wise, you can have:

    • a cloned version (called “prod1” for instance) of the repo representing one of your production side (prod1/master)
    • or a branch within your own repo (called “prod1_master”)

    In both case, you need to list all files that have changed between prod1 and master:

     git diff --list-only prod1/master
     git diff --list-only prod1_master
    

    export those files into a temporary directory that you can compress and uncompress on the prod side.

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

Sidebar

Related Questions

I'm using Git for version control and unlike SVN I have not come across
I'm quite new to Git: I come from SVN and there I found really
I come from an SVN background so I'm not sure what the typical git
I am new to GIT (from SVN). When I make a merge, all the
I'm looking at porting my projects to Git from SVN (I'm convinced that Git
When I did a git svn rebase it stopped at one point saying: Index
I'm experimenting with git-svn , and am trying to come up with a relatively
I'm curious about this behavior and maybe its just because I've come from using
Using git-svn it is quite beautiful to use my local git as a svn
One of the problem I faced when using branches in GIT was that it

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.