Tagged Questions
0
votes
0answers
102 views
svn on mac - global-ignore directories
Running svn version 1.6.17 on mac os x 10.6.8, command line - I have cache directories that I want svn to ignore.
Every time I access the cackephp site, it creates cache .jpg and other files up to ...
1
vote
1answer
102 views
Svn ignore some files in a directory
I would like to ignore *.dll and *.xml under bin directory, but include everything else (*.dll.refresh). I tried the following ignore patterns but that didn't work:
bin/*.dll bin/*.xml
bin\*.dll ...
0
votes
1answer
100 views
svn checkout most recent date and prune empty directories
In CVS i can be specific with the type of checkout i need to acquire... For expample:
cvs -q checkout -d CMS -P CMS
Which means, checkout somewhat quite and create a directory called CMS and Prune ...
0
votes
2answers
101 views
SVN how to ignore a directory
i'm currently typing, which works...
svn propset svn:ignore IgnoreMe C:\test\IgnoreMe
but I was wondering if there was a way to state it without specifying "IgnoreMe" before the directory. As in ...
0
votes
1answer
82 views
Ignore an entire directory in Visual Studio before a build?
I currently have a project I am building in Visual Studio 2005 and I need to be able to build the part of the project some of the time with directory A and sometimes with directory B and never both. ...
0
votes
1answer
1k views
How do i get readdir ignore directories in C/C++?
I am reading the content of the current library with readdir, but I would like to treat only files and not directories. How do I know that I am pointing to a directory and not to a file?
Thank you
4
votes
2answers
2k views
Accurev: how to ignore contents of a directory but not the directory
I have a "project" directory which has an .acignore file containing:
out/*
The "project" directory contains the checked-in "out" directory. But i want to ignore anything in the "out" directory tree.
...
5
votes
3answers
3k views
How to make SVN ADD ignore binaries
Binaries (under Linux) don't have an extension so I cannot exclude them using patterns. Thus when I use SVN add to add a directory I will get something like
$ svn add recursion_vector/
A ...
