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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T17:00:50+00:00 2026-05-11T17:00:50+00:00

Where I am: Linux command line The problem I have now: Sometimes I couldn’t

  • 0

Where I am: Linux command line

The problem I have now:

Sometimes I couldn’t make atomic commits (consisting all the modifications required for one particular ticket/task), because we have some files in the repository, which contents vary at local development environments.

For example: database.xml (dbname, username, password, etc.). I modify this file in my local environment, and every time I need to make a commit/checkin I have manually list all the required files/folders for the commit (excluding this locally modified files).

Maybe it is a wrong design decision and database.xml has to be deleted from the repository and changed for database.xml.template (stored in SVN), so this file won’t be included to commit until you manually execute svn add for it? Maybe it is wrong approach – to store all this environment dependent information in the repository – in that case we can break everything by commiting a modified configuration, for example..

As I understand it, svn:ignore property couldn’t help in this situation, because it can be used only for files which isn’t stored in the repository..

How can this problem be solved?

P.S.: I’m using Ubuntu and mostly pure command line for SVN.

  • 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-11T17:00:51+00:00Added an answer on May 11, 2026 at 5:00 pm

    The “standard” procedure for this is something like this (forgiving the SVN syntax, I’ve been using Bazaar lately):

    echo config > database.xml.template
    svn add database.xml.template
    svn ignore database.xml
    svn commit
    

    Then on each person’s development machine:

    svn checkout
    cp database.xml.template database.xml
    ...edit database.xml...
    

    And when they commit,

    echo foo > someotherfile
    svn commit
    

    the database.xml file won’t be added to Subversion.

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

Sidebar

Ask A Question

Stats

  • Questions 118k
  • Answers 119k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer In the resin docs it shows an example using regex… May 11, 2026 at 11:40 pm
  • Editorial Team
    Editorial Team added an answer In Xcode 3.2, the "Open Quickly" command (Shift-Control-D) lets you… May 11, 2026 at 11:40 pm
  • Editorial Team
    Editorial Team added an answer What do you mean when you say that 'the resize… May 11, 2026 at 11:40 pm

Related Questions

Where I am: Linux command line The problem I have now: Sometimes I couldn't
I have an interesting (at least to me) problem: I can't manage to find
I am working on a program written in Java which, for some actions ,
I want to measure the performance and scalability of my DB application. I am
I am in desperate need of some advice. I'm almost done with my junior

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.