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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T01:04:51+00:00 2026-05-22T01:04:51+00:00

If I svn:ignore a really big folder will it improve performance during SVN updates?

  • 0

If I svn:ignore a really big folder will it improve performance during SVN updates?

I have this really massive (>600MB) folder in my project. The files in this folder should not be changing at all. The problem is that every time I call “svn update” it takes forever. Is there a way to ignore this folder during updates to speed up the update process?

  • 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-22T01:04:52+00:00Added an answer on May 22, 2026 at 1:04 am

    The svn:ignore is only for files that are not already in the Subversion repository. This folder already is.

    You can use the svn update --set-depth exclude folderName to remove this folder from your working directory:

    $ svn update --set-depth exclude bigFolder  #Removes "bigFolder" from workdir
    D bigFolder
    
    $
    

    Next time you do an update, bigFolder won’t show up in your working directory. If you want it back, you’ll have to reset the depth:

    $ svn update --set-depth infinity
    U bigFolder
    U bigFolder/File1
    U bigFolder/File2
    ...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this folder public/assets/dvd_files/dvds/ and i want to svn ignore anything that might
What is the best SVN Ignore Pattern should TortoiseSVN have for a VB.NET solution?
Do you have a good ignore pattern for svn, git, etc. that handles an
I have a large project but I need only some folders in my svn
EDIT : Ok... so I've gathered that SVN shouldn't really be used for this...
I will be hosting a java project on SVN which will need to be
What is the best (or as good as possible) general SVN ignore pattern to
Making echo of a question around the web: Is the syntax for svn:ignore patterns
SVN externals allow you to make an SVN folder appear as if it's at
SVN in Eclipse is spread into two camps. The SVN people have developed a

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.