Tagged Questions

7
votes
3answers
2k views

mercurial setup for Visual Studio 2008 projects

What is a good setup for .hgignore file when working with Visual Studio 2008? I mostly develop on my own, only occasionly I clone the repository for somebody else to work on it. I'm thinking about …
5
votes
2answers
677 views

.hgignore syntax for ignoring only files, not directories?

Hello, I have a problem which I can't seem to understand. I'm using TortoiseHg (version 0.7.5) on windows but on linux I have the same problem. Here it is: My .hgignore file: syntax: regexp …
5
votes
3answers
1k views

Mercurial ignore file

Hi, I'm trying to get Mercurial to ignore a config file but I'm failing to get it working. I have created a repo on my server with hg init and cloned that reop to my computer. I then want to be …
3
votes
6answers
905 views

How can I ignore everything under a folder in Mercurial

I am looking for an expression for the .hgignore file, to ignore all files beneath a specified folder. eg: I would like to ignore all files and folders beneath bin Actually any advice on how the …
2
votes
2answers
137 views

hg local ignore

I could have sworn there was a way to keep a local ignore file in an hg repo, i.e. a file similar in function to .hgignore, but not checked into the repo. This could be used to ignore changes to an …
2
votes
2answers
886 views

ignoring folders in mercurial

Caveat: I try all the posibilities listed here: http://stackoverflow.com/questions/254002/how-can-i-ignore-everything-under-a-folder-in-mercurial. None works as I hope. I want to ignore every thing …
2
votes
2answers
200 views

how to allow files starting with period and no extension in windows 2003 server?

How can I create this file in a directory in windows 2003 SP2: .hgignore I get error: You must type a file name.
1
vote
2answers
113 views

hgignore: help ignoring all files but certain ones

I need an .hgdontignore file :-) to include certain files and exclude everything else in a directory. Basically I want to include only the .jar files in a particular directory and nothing else. How …
1
vote
5answers
316 views

Is there an ignore-on-commit option in mercurial?

Is there any way to ignore changes to some files on a commit with mercurial? I've got a specific situation where we have a default oracle tnsnames.ora file that points to 127.0.0.1, but some …
1
vote
4answers
354 views

.hgignore for a CakePHP application?

Hi gurus, We're using CakePHP for a new application, and we use Mercurial as the source control tool. (Mercurial uses one .hgignore file in the root directory, unlike (for example) CVS that uses …