Where is the postcommit file?

2004-09-15 Thread Anand Graves
I have tried to use the loginfo file for updating a website on a linux server, but I couldn't get it to work. It hangs on a commit and it doens't go further. Then I read about a postcommit file at http://www.cvsnt.org/pipermail/cvsnt/2004-May/012939.html But what is the name of the postcommit

Re: Where is the postcommit file?

2004-09-15 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anand Graves [EMAIL PROTECTED] writes: I have tried to use the loginfo file for updating a website on a linux server, but I couldn't get it to work. It hangs on a commit and it doens't go further. A standard linux distribution is likely to be

Cannot access ^M/CVSROOT

2004-09-15 Thread David Robison
I am having trouble access a CVS repository that I have been able to access in the past. I'm using CVS from the cygwin distribution on Windows XP SP2. I'm using cvs version 1.11.17. When I try a command, I get the error: Cannot access /src/master^M/CVSROOT No such file or directory What is

Re: Cannot access ^M/CVSROOT

2004-09-15 Thread Spiro Trikaliotis
Hello, * On Wed, Sep 15, 2004 at 09:54:41AM -0400 David Robison wrote: I'm using CVS from the cygwin distribution on Windows XP SP2. [...] Cannot access /src/master^M/CVSROOT No such file or directory You have compiled CVS yourself, didn't you? AFAIR, 1.11.17 is not available from cygwin

Re: [cvsnt] Re: Problem with OpenSSH version 3.9p1

2004-09-15 Thread David Robison
I rolled back to an older version of cygwin1.dll and all works fine now! David Tony Hoyle wrote: David Robison wrote: I recently did an update from cygwin and updated to OpenSSH version 3.9p1. Now, every time I try to work with a CVS repository that uses SSH authentication, the csv process hangs

cvs update with directory path failed

2004-09-15 Thread rejeesh
Hi In windows 2000, I get a permission denied when a directory path is given to update command. [cvswork/proj/rtl/module/mem/cntrl] ls thisfile.v now, [cvswork/proj/rtl/module/mem/cntrl] cvs update thisfile.v [cvswork/proj/rtl/module/mem/cntrl] cvs update ../cntrl/thisfile.v both works fine.