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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T15:06:15+00:00 2026-05-17T15:06:15+00:00

Been fighting with Mercurial’s .hgignore for a while under Windows. I have a folder

  • 0

Been fighting with Mercurial’s .hgignore for a while under Windows.

I have a folder named Upload which is currently empty. I do want it tracked so I added a .empty file in it which work fine. I want this so that new developers doing an hg clone get the Upload document required for the application.

Thing is I never want the folder to be populated with anything on the source control itself (test uploads from a development machine).

Example:
If I add Public/image.jpg it wouldn’t be tracked.

Additionally I would like it for sub directory to be tracked. So if developer adds

Upload/users/.empty I would like this to be tracked.

Is this possible with regex voodoo?

  • 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-17T15:06:16+00:00Added an answer on May 17, 2026 at 3:06 pm

    In mercurial (and unlike in svn and cvs) adding a file overrides the .hgignore file, so you can put this in your .hgignore:

    ^Uploads/.*
    

    and your Upload/.empty that you added will still be created on update and thus they’ll get the directory.

    Getting it to ignore files in upload but not not ignore files in subdirectories in Upload could be done with:

    ^Uploads/[^/]*$
    

    which says: ignore anything that Starts with Uploads and has no further slashes in it.

    Really though, you should be creating Uploads with your build/install/configure script when possible, not with the clone/update.

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

Sidebar

Related Questions

I've been fighting with the Canon EDSDK for a while now. I can successfully
I've been fighting with this for a while, so I think it's better to
I have been fighting this problem with the help of a RegEx cheat sheet,
I have been fighting this issue for some time so today I started a
Good evening, I am tired and have been fighting with this for hours. I
We've been fighting with HAProxy for a few days now in Amazon EC2; the
Been using PHP/MySQL for a little while now, and I'm wondering if there are
Been a while since I've dealt with ASP.NET and this is the first time
I've been fighting with an NHibernate set-up for a few days now and just
I've been fighting with this for some time now, and haven't been able to

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.