Search found 10 matches

by rfossella
Tue May 22, 2012 8:32 am
Forum: General discussion
Topic: Excluding GIT files
Replies: 3
Views: 28246

Re: Excluding GIT files

Many thanks! Adding the exclude filter of *\.git\ did the trick.

Rob
by rfossella
Wed May 16, 2012 10:25 pm
Forum: General discussion
Topic: Excluding GIT files
Replies: 3
Views: 28246

Excluding GIT files

Hi, While using SynchronizeIt I'm trying to exclude my GIT repository folders and files. My filter is set like this: !.git I've used exclude filters for a long time but cannot seem to ignore these. I'm sure it has to do with the fact that these folders have no "base" name - i.e. "dot" names. See att...
by rfossella
Sat Apr 09, 2011 4:57 am
Forum: Compare It: Bug reports
Topic: Comparing Folders with different names
Replies: 4
Views: 18280

Re: Comparing Folders with different names

I'm not sure that hard links would help me since the comparison folder(s) always change, although they will always include prefix - T_

The user is presented with prompt to enter folder location so I believe I am still forced to do a copy. Does that sound right?

Thanks for your help!

Robert
by rfossella
Wed Apr 06, 2011 6:50 am
Forum: Compare It: Bug reports
Topic: Comparing Folders with different names
Replies: 4
Views: 18280

Re: Comparing Folders with different names

Thanks for your reply. I have a work-around for this when running from a command line. I created DOS batch program that ensures the target and source folders have the same names -- that is -- I copy the test folders (with T_) to a temp location with the T_ removed. Since all other folder and file na...
by rfossella
Fri Apr 01, 2011 8:54 pm
Forum: Compare It: Bug reports
Topic: Comparing Folders with different names
Replies: 4
Views: 18280

Comparing Folders with different names

Is there a way to compare folders that have different names? More specifically, to ignore a folder prefix? Here's my situation: trying to test Production folders/subfolders (files) with Test . Production will list folders as: Folder1 >Subfolder1 >> fileA >> fileB >Subfolder2 >> fileX >> fileY Test c...
by rfossella
Tue Mar 22, 2011 8:40 am
Forum: General discussion
Topic: RegEx on multiple files
Replies: 8
Views: 21119

Re: RegEx on multiple files

Some further confusion on the folder comparisons in CompareIt within commandline. I have two sets of 5 files within folders - each corresponding file contains different date text. I am not including any profile i.e. no /cmp: option. When I run the compare I'm expecting to see all 5 files reported as...
by rfossella
Tue Mar 22, 2011 7:36 am
Forum: General discussion
Topic: RegEx on multiple files
Replies: 8
Views: 21119

Re: RegEx on multiple files

Is there a way to apply the regular expression filters used in CompareIt inside SynchonizeIt. It would be useful to reuse them.

Robert
by rfossella
Mon Mar 14, 2011 11:02 pm
Forum: General discussion
Topic: RegEx on multiple files
Replies: 8
Views: 21119

Re: RegEx on multiple files

I was able to run CompareIt against folders using a new Profile that included Regular Expressions, but ONLY from a command line - e.g. "C:\Program Files\Compare It!\wincmp3.exe" "C:\temp\rpts1" "C:\temp\rpts2" /R /m "*.htm" /G:NCWEZ /cmp:MyNewProfile c:\reports\ Running from the Command Line proved ...
by rfossella
Mon Mar 14, 2011 6:22 am
Forum: General discussion
Topic: RegEx on multiple files
Replies: 8
Views: 21119

Re: RegEx on multiple files

So you want to compare several files in folders, and in each file use same regexp rules? In fact CompareIt should do this automatically, if this is set in options. I will recheck this. Yes, that's exactly what I need to fulfill a requirement. I have tried to run comparison on folders of files, but ...
by rfossella
Fri Mar 11, 2011 7:05 pm
Forum: General discussion
Topic: RegEx on multiple files
Replies: 8
Views: 21119

RegEx on multiple files

Hi, I have implemented several Regular Expressions (RE) in CompareIt for a single file comparison - and this works e.g I am ignoring anything with DATE: or RUN: My question is, can I compare two folders of files (using CompareIt or SynchronizeIt) using regular expressions? Can I do it from a command...