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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T20:00:49+00:00 2026-05-14T20:00:49+00:00

I am using git to develop against a project hosted in subversion, using git-svn:

  • 0

I am using git to develop against a project hosted in subversion, using git-svn:

git svn clone svn://project/

My general workflow has been to repeatedly edit-and-commit on the master branch, then commit to the svn repository via:

git stash
git svn dcommit
git stash apply

One of the local modifications that ‘stash’ command is preserving, that I don’t want to commit to the svn repository, is a changed database connection string. What’s the most convenient way to keep this local change without the extra ‘stash’ steps?

I suspect that something like ‘stash’ or ‘quilt’ is what I’m looking for, but I’m still new enough to git that I think I’m missing some terminology that would lead to the exact incantation.

Update: The only solution I found that seems to avoid the git stash + git-svn action + git stash apply series was to update the git-svn ref manually:

(check in local-only change to 'master', then...)
$ cat .git/refs/master > .git/refs/remote/git-svn
$ git svn fetch (with at least one new SVN revision)

And that leaves the local-only commit as a weird (probably unsafe) commit between two svn revisions.

  • 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-14T20:00:50+00:00Added an answer on May 14, 2026 at 8:00 pm

    I must agree that the real solution is not to commit stuff that doesn’t belong in the repository. I’d go to the guy you’re trying to convince and tell him that you want to add a mechanism where you can override the default properties with a file you add on your local system.

    There is no clean way to solve the merge conflicts that might occur when the property is renamed for example. So I think you’re looking at a hack for a poorly implemented solution and that is why no direct answer to your question is going to seem unhackish.

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

Sidebar

Related Questions

I am using git-svn to develop code that is hosted on a SVN+SSH repository.
How should my local Git workflow look? I'm using it to develop some software
We are currently using SVN to develop an internal application that has most of
I an new to one project. I cloned the repo by using git clone
I'm using git in a project with multiple branches used concurrently, that is: A
Possible Duplicate: Using Git with an existing Xcode project Setting up a git repository
I am using git along with git flow . Here git flow has a
I'm using git (and I develop in PHP) and I have a tendency to
I'm using heroku to develop a Django app and they use git to push
Given that we are using GIT with more or less the branching workflow of

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.