Search found 2231 matches

by psguru
Tue Jul 13, 2004 5:32 pm
Forum: ExamDiff Pro
Topic: Can I output a simple text file of lines which are different
Replies: 20
Views: 31977

Yes, you could do that. Or use View Filter in EDPro to only output non-identical file. The original problem, however, was to related to file, not directory, comparison.
by psguru
Fri Jul 09, 2004 5:16 pm
Forum: ExamDiff Pro
Topic: [3.2c] Minor bug: color not pre-selected
Replies: 2
Views: 9047

Good catch. We'll have it fixed in the next release.
by psguru
Tue Jul 06, 2004 5:18 pm
Forum: ExamDiff Pro
Topic: Ignoring differences in lines
Replies: 1
Views: 7603

Use the following regex (remove quotes): "ModificationDate|KeepTogether"
by psguru
Tue Jul 06, 2004 5:55 am
Forum: ExamDiff Pro
Topic: Can I output a simple text file of lines which are different
Replies: 20
Views: 31977

This will work from the GUI. However, the original poster wanted to save such diff-only file from the command line...
by psguru
Sun Jul 04, 2004 9:57 am
Forum: ExamDiff Pro
Topic: Can I recursively generate file level diffs?
Replies: 4
Views: 12942

ExamDiff Pro currently does not compare against FTP folders. There's a suggestion like this on the wish list, I'll add your vote there. FtpVC, on the other hand, has a recursive mode, in which all subdirectories of a remote directory are visible. After you add all your files to version control, FtpV...
by psguru
Sat Jul 03, 2004 10:39 am
Forum: FtpVC
Topic: It is possible to rebuild stub using existing version files
Replies: 0
Views: 20052

It is possible to rebuild stub using existing version files

If the stub for one of your remote files no longer exists but the version files are still in the FtpVC directory on the FTP server, history will be restored in a new stub if you use the Attach command.
by psguru
Sat Jul 03, 2004 10:33 am
Forum: Announcements
Topic: ExamDiff 1.6k
Replies: 0
Views: 21711

ExamDiff 1.6k

Version 1.6k of ExamDiff is now available. You can download it at http://www.prestosoft.com/download/ed16k_setup.zip (with installation -- 466 KB) or at http://www.prestosoft.com/download/ed16k.zip (without installation -- 203 KB). Here's what's new in 1.6k: - Option to change margin size - Windows ...
by psguru
Fri Jul 02, 2004 10:04 am
Forum: ExamDiff Pro
Topic: ExamDiff don't see extra lines correctly
Replies: 1
Views: 7825

ExamDiff Pro can only match IDENTICAL lines. EDP does not know that it should compare similar lines -- they are similar but not identical. Everything is black and white: either lines are the same, and hence they have to be matched (aligned), or the lines are different, and they don't have to be matc...
by psguru
Sat Jun 26, 2004 12:47 pm
Forum: FtpVC
Topic: Unable to check out file
Replies: 2
Views: 10838

Does fail to check out files only or to get them too? What version are you using? Can you export your Project Options and Settings to files and send both files to me?
by psguru
Thu Jun 17, 2004 3:39 pm
Forum: FtpVC
Topic: Suggestion: Minimizing to Systemtray
Replies: 1
Views: 8861

Thanks for your suggestion. I'll add it to the wish list at http://www.prestosoft.com/ps.asp?page=fvc_suggestions
by psguru
Thu Jun 17, 2004 3:38 pm
Forum: FtpVC
Topic: FtpVC new final release data?
Replies: 1
Views: 8767

> Sometimes local source files are write-enabled, however, the file is not even > checked out. This is a bit inconvenient. We haven't seen such behavior. If you can reproduce it, please send us the steps. > I also noticed that if I check out a file as "second", I can not check it > back in...
by psguru
Wed Jun 16, 2004 5:31 am
Forum: ExamDiff Pro
Topic: Can I output a simple text file of lines which are different
Replies: 20
Views: 31977

I thought you meant Unix diff format. No, what you need is not directly possible. You could write, say, a Perl script to process EDPro's output and get what you need.
by psguru
Tue Jun 15, 2004 5:21 pm
Forum: ExamDiff Pro
Topic: Can I output a simple text file of lines which are different
Replies: 20
Views: 31977

Yes, it is possible. Use /o option to produce a diff output for 2 files. Use /f option along with /o option to produce a diff report for 2 directories that also includes file diffs.
by psguru
Mon Jun 14, 2004 5:48 pm
Forum: FtpVC
Topic: Understand FPTVC
Replies: 1
Views: 8397

This usually happen Project Options | Startup | "FtpVC directory (relative to the remote directory)" setting on your colleague's PC is different from yours. Another reason why files don't show action and user information is that "Update status of files after reading directory" op...
by psguru
Tue Jun 08, 2004 5:40 pm
Forum: ExamDiff Pro
Topic: CRC calculation.
Replies: 1
Views: 8330

1) Actually, it doesn't work the way you described. CRCs are only calculated once per comparison. So if all files are present in both directories, and you use "Consider files with different CRCs different" option, the thread will have nothing to do, and it will end very quickly (after veri...