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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T13:03:26+00:00 2026-05-11T13:03:26+00:00

I am running Subversion on Ubuntu. I have checked out the files for a

  • 0

I am running Subversion on Ubuntu. I have checked out the files for a project from an external server, done some changes on the files plus added some new files. Now I want to commit all the changes and the new files. However I modified the database configuration file to function with my local server so I don’t want to commit that change as it will mess things up. Because I made a lot of changes and added many new files I don’t want to commit the files one by one.

  • 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. 2026-05-11T13:03:27+00:00Added an answer on May 11, 2026 at 1:03 pm

    So you have two problems, one, that you want to ignore a file that you’ve changed and two, that you want to add a bunch of files to subversion at once.

    To solve the first problem you should use the previous suggestion of:

    svn propedit svn:ignore <dir>

    and enter the name of the file into the editor that comes up (depending on the $EDITOR environment variable, this will most likely be emacs, vi, or nano by default). Make sure to save your changes to this file or it won’t help.

    To solve the second problem, just loop over the files in your working copy via svn add in a bash equivalent terminal emulator – it won’t add something that’s already under version control and you can safely ignore the warnings it gives you. The better solution would be to write a quick script to check if something is in svn first and only add it if it’s not, but I think for what you’re doing it might be a waste of time. So, just:

    svn add *

    from the root directory of your project and then, after checking svn status to make sure you’re happy with the changes, svn commit. The commit command will find all your changes (minus the ones in svn:ignore) and send them off to your repository.

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

Sidebar

Related Questions

I have a Subversion repository (running SVN 1.6.6) on an Ubuntu Linux server, and
I have a subversion server running with a repository at /srv/repos/project. What i like
I have a folder which contains some subversion revision checkouts (these are checked out
This one has me scratching my head. I'm running Subversion 1.3.1 (r19032) on Ubuntu.
My Ubuntu Subversion server is not directly accessible to the Internet, 192.168.1.2 My public
I have a laptop running Ubuntu that I would like to act as a
Hey everybody, i am deploying my code from a cluster running on ubuntu onto
We are running subversion on a Linux server. Someone in our organization overwrote about
We have a collabnet instance of subversion running on our site. We also have
I'm trying to automate some Subversion processes and I'm running into problems with conflicts.

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.