Search found 2220 matches

by psguru
Fri Sep 17, 2004 5:08 pm
Forum: ExamDiff Pro
Topic: out of memory error comparing large files
Replies: 3
Views: 18397

Let me first state that the error message is incorrect; it should've said: "Not enough memory". This will be fixed in the next release. Now, why does EDP need so much memory? If you use HEX binary comparison (meaning that you want to see details of what is different in binary files), EDP a...
by psguru
Thu Sep 16, 2004 5:35 pm
Forum: FtpVC
Topic: Undo Checkout - File status stays as "Check out"
Replies: 2
Views: 9588

I just sent you a private message with instructions on how to enable FtpVC diagnostics and what files we need from in order to debug the problem.
by psguru
Sun Sep 12, 2004 11:06 am
Forum: ExamDiff (Freeware)
Topic: link to url
Replies: 1
Views: 14835

No, URLs in ExamDiff are not treated differently than other text. You'd have to copy/paste those URLs to a browser manually.
by psguru
Thu Sep 09, 2004 5:21 pm
Forum: ExamDiff Pro
Topic: load options with Windows Explorer (Shell) integration
Replies: 2
Views: 8613

It's possible indeed. Go to Options | Global | General, then use /g option there.
by psguru
Wed Sep 08, 2004 7:20 pm
Forum: FtpVC
Topic: Is "Set local file - Remote file time working"?
Replies: 7
Views: 17353

The latest 2.3 beta now has this feature.
by psguru
Mon Sep 06, 2004 11:00 am
Forum: ExamDiff (Freeware)
Topic: Problems on ExamDiff with Russian Language, it says binary f
Replies: 4
Views: 22316

If your files are Unicode, ExamDiff does not support them, and it will treat them as binary files. ExamDiff Pro provides such support.
by psguru
Mon Sep 06, 2004 10:57 am
Forum: ExamDiff Pro
Topic: starting up EDP with directories that are under C:\TEMP?
Replies: 6
Views: 14776

Alternatively, you may want to change your TMP setting to more common C:\Documents and Settings\<your user name>\Local Settings\Temp folder (you can do this in Control Panel | System | Advanced | Environment Valiables).
by psguru
Mon Sep 06, 2004 9:30 am
Forum: ExamDiff Pro
Topic: starting up EDP with directories that are under C:\TEMP?
Replies: 6
Views: 14776

Try this: go to command line, then type "set", then hit Return. If your "TMP" setting is "C:\Temp", then the fix I mentioned in my previous reply will fix this problem too.
by psguru
Sun Sep 05, 2004 3:02 pm
Forum: FtpVC
Topic: Is "Set local file - Remote file time working"?
Replies: 7
Views: 17353

OK, I see now what you mean. You are correct, when a file is uploaded (added or checked in), there's no way to set remote file time to match the time of the local file (not via FTP protocol that is). I'll add the following feature to the wish list at http://prestosoft.com/ps.asp?page=fvc_suggestions...
by psguru
Sat Sep 04, 2004 2:10 pm
Forum: FtpVC
Topic: Is "Set local file - Remote file time working"?
Replies: 7
Views: 17353

> Maybe it is possible to make an options that at checkout time it > set local file's time the same as time in your browser? I don't think it's right. When a file is checked out, FtpVC shows time of the operation (check-out), but the local file time is controlled by the option I mentioned earlier. >...
by psguru
Fri Sep 03, 2004 8:35 am
Forum: FtpVC
Topic: Is "Set local file - Remote file time working"?
Replies: 7
Views: 17353

Here's how it works: 1. When you check out a file, you can choose how the local file's timestamp is set: (a) same as the remote file's timestamp, or (b) time of the check-out. 2. When you check in a file, the local file's timestamp does not change but the remote file's timestamp is set to the time o...
by psguru
Thu Sep 02, 2004 5:18 pm
Forum: ExamDiff Pro
Topic: starting up EDP with directories that are under C:\TEMP?
Replies: 6
Views: 14776

Actually, the behavior is the same for 3.0 and 3.2c. If the last comparison was for files, and you supply only one directory name, Compare dialog will take the second name from the file comparison. The same is true for supplying one file name after running directory comparison. This seems wrong; we'...
by psguru
Tue Aug 17, 2004 5:40 pm
Forum: ExamDiff Pro
Topic: Regular expression in Ignore parts of each line
Replies: 2
Views: 9399

I hope you are using the latest version (3.2c). If not, get it at http://www.prestosoft.com/ps.asp?page=edp_download . If yes, could you send me (privately) a set of 2 zipped folders for which the crash occurs, along with your options exported to file? BTW, I think you meant the following regex: .*l...
by psguru
Thu Aug 12, 2004 5:23 pm
Forum: ExamDiff Pro
Topic: Files with comments
Replies: 3
Views: 10470

> 1) Why > //.* > being applied to option \"Ignore lines matching regular expression\", does not > work? The explanation is in http://www.prestosoft.com/ps.asp?page=edp_faq#16 > 2) Your solution with > //.*|^.{11} > being applied to option \"Ignore lines matching regular expression\&q...
by psguru
Wed Aug 11, 2004 5:07 pm
Forum: ExamDiff Pro
Topic: Files with comments
Replies: 3
Views: 10470

Here's one way: use "Ignore lines matching regular expression" with the following regex: //.*|^.{11} Another approach would be to strip all comments using a plug-in (see tutorial at http://www.prestosoft.com/ps.asp?page=edp_tutorial2 ), then use "Ignore characters before column 12&quo...