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

  • Home
  • SEARCH
  • 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 8780051
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T19:56:52+00:00 2026-06-13T19:56:52+00:00

I have a directory in my application called /admin/debug/output that contains a directory and

  • 0

I have a directory in my application called /admin/debug/output that contains a directory and a bunch of JavaScript files. I want to ignore them completely from appearing when doing an svn st before commiting code.

I used the propset commant like this to ignore it, however it seems to have had no effect:

svn propset svn:ignore admin/debug/output/ . ( I ran this from the root )

property 'svn:ignore' set on '.'

Why does SVN still recognise this when doing an svn st?

  • 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-06-13T19:56:53+00:00Added an answer on June 13, 2026 at 7:56 pm

    SVN handles ignored directories only for immediate subdirectories and files. Thus, you should set this property for the parent directory, i.e.

    $ cd admin/debug
    $ svn propset svn:ignore output . 
    $ svn ci -m "Adding SVN property to ignore output directory." 
    

    Make sure that output is without trailing slash.

    NOTE

    If the folder is already under version control, then the following sequence of operation should
    be applied:

    $ svn delete --keep-local output 
    $ svn propset svn:ignore output . 
    $ svn ci -m "Adding SVN property to ignore output directory." 
    

    if you have old SVN (<1.5) do workaround:

    $ cp -rp output output_ 
    $ svn rm output 
    $ svn propset svn:ignore output . 
    $ svn ci -m "Adding SVN property to ignore output directory." 
    $ mv output_ output 
    

    OR

    You can leave the folder and mark as ignored all files in it:

    $ svn propset svn:ignore "*" .
    $ svn ci -m "Adding SVN property to ignore all files in output directory." 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an application that processes files in a directory and moves them to
I have a folder in my Application directory called Commands.folder. What I want to
I have this application that will recurse all folders in a given directory and
I have an application where it displays list of files within a directory and
Situation is you have to develop an application against an Active Directory Tree. Want
This is weird. I have a virtual directory setup for an MVC3 application called
I want a Java application to have a directory structure like the following (like
Im trying to create an NTier Application. I have created a directory called: (1)
I have a directory in the root of my codeigniter application called /css it
I have an application called Update.jar that I'm trying to use with the java

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.