Tagged Questions

0
votes
4answers
160 views

Exclude .svn directories from grep

When I grep my Subversion working copy directory, the results include a lot of files from the .svn directories. Is it possible to recursively grep a directory, but exclude all resu …
0
votes
4answers
170 views

mod_rewrite redirect all urls except /wiki

I'm new to mod_rewrite and have just been going by trial and error so far, I'd like to redirect all URL requests to /drupal-6.13/ and hide the /drupal-6.13/, but if the URL is www. …
1
vote
1answer
19 views

Flex JSON: ignore certain properties?

Is there some library for flex, that will let me: define properties to fully exclude from serialization define classes to serialize without the property names (as if they were an …
0
votes
4answers
58 views

Exclude Statement in SQL

Hello StackOverflow Community, I had a quick question on how to exclude data from an SQL database using an SQL statement. My situation is I have a user login to their profile page …
0
votes
2answers
47 views

How can I exclude values from a third query (Access)

I have a query that shows me a listing of ALL opportunities in one query I have a query that shows me a listing of EXCLUSION opportunities, ones we want to eliminate from the resu …
0
votes
4answers
97 views

Exclude specific columns in select query in MYSQL

I want to select 15 columns from a table of 20 columns. Is there a way to exclude those 5 columns instead of specifying other 15 columns.
0
votes
4answers
433 views

Regular Expression to find a string included between two characters, while EXCLUDING the delimiters

Hi all, I looked around for a while, but probably I can't "Google" with the proper keywords, so I'm asking here. I need to extract from a string a set of characters which are inclu …
0
votes
2answers
32 views

SQL Server 2008 - excluding rows

Hi, I have the following query DECLARE @ProductIdsToExclude nvarchar(max) SET @ProductIdsToExclude = '49506541-4CE2-40AC-812A-7AB262E6F0B0,49506541-4ce2-40ac-812a-7ab262e …
1
vote
3answers
83 views

maven deploy exclude

I want to exclude one dependency when I'm doing deploy, I need it when I use the jar locally, but it should not be in deployed jar. is there any way to do it?
3
votes
6answers
317 views

Exclude individual JUnit Test methods without modifying the Test class?

Hi all, I'm currently re-using JUnit 4 tests from another project against my code. I obtain them directly from the other project's repository as part of my automated Ant build. Th …
1
vote
1answer
442 views

XCOPY exclude list ignored after first exclusion

Hey, I have a batch file I've created which uses xcopy to copy a dir, and child dirs, and merge them into one file. (ie. all my modulised development css stylesheets merged into o …
1
vote
1answer
337 views

scp -r … but leave out (exclude) a specified subdirectory

Here's the directory structure: /a/ /a/b/ /a/c/ I want to copy everything, EXCEPT for the /a/c/ subdirectory. scp -rp myserver:/a . # this will copy everything Q: How wo …
1
vote
4answers
245 views

svn / subversion: Get ALL files on new check out, but then exclude certain files from update/check in

After a fresh checkout, I want to get ALL files, specifically this file: etc/config.ini However, once I modify etc/config.ini, I do not want it committed with "svn commit ..." nor …
3
votes
1answer
264 views

working with .git/info/exclude too late

I usually do this: git init git add . git commit . And then I realize that it's about to add my nbproject directory, which I want excluded/ignored. Sometimes, I even check in th …
0
votes
1answer
75 views

Exclude Xenu’s Link Sleuth from Google Analytics

I've just added the Google Analytics tracking to my website (cca 350 static HTML pages). I realized that I run Xenu's Link Sleuth to check my links pretty often, nearly after each …

1 2 next
15 30 50 per page