Unable to crawl and index using Pro Edtion

Subscribe to Unable to crawl and index using Pro Edtion 4 posts, 2 voices

 
Avatar Ramkumar 2 posts

Hi, I tried the Koders Pro Edition. When I configured a new project using CVS, the connection was tested and it was ok . But when I added the project for crawl and index, the operation was not performed. It throws some error like:

cvs.exe [checkout aborted] : Could not find out home directory.

But when i checked out the same project manually, it got checked out.

 
Avatar BenMcDonald 44 posts

Can you provide the connection string (Please do not publish any confidential information on these public forums).

And the exact error message (if you can find it in the log and copy that line also it would be helpful).

 
Avatar Ramkumar 2 posts

Hi, In reply to the above post, the connection string is:

:pserver:john@test-server:/home/john/testrepos co %PROJECT_PATH %

And the PROJECT_PATH was given as testdir.

The error message found in the error log was:

2007-09-13 11:52:25,031 [633252811444218750] ERROR ReaderWorker (GetLatestVersion:0) (null) – ExitCode: [1] STDERR: cvs.exe [checkout aborted]: could not find out home directory

STDOUT: 2007-09-13 11:52:25,031 [633252811444218750] ERROR if (a:0) (null) – Crawl error for: testdir [PID:4, Server:TEST] Koders.KodeShare.VersionControl.VersionControlException: Checkout failed: ExitCode: [1] STDERR: cvs.exe [checkout aborted]: could not find out home directory

 
Avatar BenMcDonald 44 posts

From the Network Theory CVS manual:

cvs [login aborted]: could not find out home directory

This means that you need to set the environment variables that CVS uses to locate your home directory. See the discussion of HOME, HOMEDRIVE, and HOMEPATH in section C All environment variables which affect CVS.