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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T22:45:42+00:00 2026-05-17T22:45:42+00:00

Whenever I create a new Ruby on Rails project, I tell SVN to ignore

  • 0

Whenever I create a new Ruby on Rails project, I tell SVN to ignore some folders, such as log. It’s simple to do, with these commands:

svn remove log/*
svn propset svn:ignore "*" log/

Another folder which shoud obviously not make it to SVN is tmp. So, I always try to do the same operations on it but SVN doesn’t seem to ignore it… It sends me those messages in order when I execute the previous commands:

svn: 'tmp' is not a working copy
svn: warning: 'tmp' is not under version control

Seems fine to me… the problem is that the “svn status” commands still output this:

?       tmp

How can I get rid of this question mark?

  • 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-17T22:45:42+00:00Added an answer on May 17, 2026 at 10:45 pm

    Add the tmp directory name to the svn:ignore property for the parent directory:

    svn propset svn:ignore tmp .
    

    Note that the svn:ignore property is a multiline list of file patterns to ignore, so it’s usually better to edit it with svn propedit:

    svn propedit svn:ignore .
    

    Using svn propset will completely overwrite whatever else you had in that property when setting the new value.

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

Sidebar

Related Questions

Whenever I create a new Android project in Eclipse, it shows an error in
For some reason, whenever I create a new class by right clicking on a
Whenever I try to add a new project to my SourceSafe repository it creates
We're using Perforce and Visual Studio. Whenever we create a branch, some projects will
I am getting this error in rails whenever i am trying to create an
Whenever I need to create a new NSString variable I always alloc and init
Whenever I create new classes using Visual Studio 2010 Express C# it creates them
Whenever I create a new Web Content Form in asp.net and select a master
I'm starting to learn googleapp engine and use python. Whenever i create a new
When using phpMyAdmin or the MySQL GUI Tools, whenever I create an InnoDB table,

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.