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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T21:29:01+00:00 2026-05-25T21:29:01+00:00

I’m in such situation: There is open source project still developed by 3rd party.

  • 0

I’m in such situation:
There is open source project still developed by 3rd party. I’m using it and have my custom source code changes on top of it. I don’t want to commit anything back to 3rd party repository. Only get the newest updates.

From the other side I want to re-distribute source code (3rd party code and my changes) to other locations. I.e. if there is a bugfix update from 3rd party I want just update my main repository and re-distribute the changes to other locations. The same applies when I do some custom updates.

I’ve been thinking here for a while, but could not find most suitable solution.

My idea:

  • updates from 3th party using SVN to $REPODIR
  • $REPODIR will be my GIT repository – all other locations will pull then changes from here.
  • I will do my local changes and push them to $REPODIR

Somebody have a better solution or has solved similar problem other way ?

  • 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-25T21:29:01+00:00Added an answer on May 25, 2026 at 9:29 pm

    The git-svn command will help you with this. I’m using it for all SVN repos I have to work with, works like a charm!

    The following commands should get you started:

    mkdir svn-checkout

    cd svn-checkout

    git svn init --stdlayout < your SVN URL >

    git svn fetch

    Now take a big break, fetching may take days (!) depending on the number of revisions, branches and tags in the SVN repository. After that, issue

    git gc

    and take another big break. You might want to watch memory consumption.

    Good news is that setup has to be done only once. After that, the entire repository is on your local machine — diff, log and annotate can be carried out without bothering the SVN server.

    After setup, you can start editing the code and commit using git. Whenever you want to get the latest updates from SVN, run

    git svn rebase

    The result is a git repo that has the current SVN state plus your changes. You might have to resolve conflicts introduced by your changes, though.

    See http://justaddwater.dk/2009/03/09/using-git-for-svn-repositories-workflow/ for a more elaborate explanation.

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

Sidebar

Related Questions

I have this code: - (void)parser:(NSXMLParser *)parser foundCDATA:(NSData *)CDATABlock { NSString *someString = [[NSString
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I have thousands of HTML files to process using Groovy/Java and I need to
I have this code to decode numeric html entities to the UTF8 equivalent character.
I'm new to using the Perl treebuilder module for HTML parsing and can't figure
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I have just tried to save a simple *.rtf file with some websites and
I have a jquery bug and I've been looking for hours now, I can't
this is what i have right now Drawing an RSS feed into the php,

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.