Author Topic: Git - File not found.  (Read 2496 times)

schugh

  • Community Member
  • Posts: 30
  • Hero Points: 0
Git - File not found.
« on: August 30, 2013, 05:19:19 PM »
Hello, I've just recently started to use git.
I am on SlickeEdit 18 latest version and hotfix.

I setup Git on SE and made sure it's pointing to the correct git.exe.
However if I try to do a "Diff with most up to date version" or "add file", I get a "File Not Found" error message box.
Am I doing something wrong.

Some other commands work fine like "repository browser" and History.

Thanks,

-- Sanjay

Marcel

  • Senior Community Member
  • Posts: 261
  • Hero Points: 26
Re: Git - File not found.
« Reply #1 on: September 03, 2013, 06:31:21 PM »
Your best chance of getting help with Git problems is to log a support case. You will need to supply a log file of the failing operation:

set DEF_SVC_LOGGING to 1
Reproduce the problem
set DEF_SVC_LOGGING back to 0

This will write a log file into C:\Users\<your user>\Documents\My SlickEdit Config\18.0.1\logs\ which you need to attach to your bug report.

You may want to review the log file and strip out anything you don't want Slickedit support to see.

Marcel


Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2897
  • Hero Points: 153
Re: Git - File not found.
« Reply #2 on: September 03, 2013, 07:12:13 PM »
Is the error that it cannot find the executable, or that it cannot find the source file you're operating on?