[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
Re: CVSC
> Hi Tim,
>
> I have followed your advice and included
> project.openProject( rootDirFile );
> in my program.
> But my program still hangs after saying
> Reading server message....
You need to set all of the "trace" flags in CVSRequest to true.
This will output a log file which will be helpful.
> What you told makes sense. How do I make the Entries file, and other
> admin files available to server other than saying openProject( rootDirFile )
> ?
There really is no other way. Reimplementing the code in CVSProject
is non-trivial, so it is really the simlpest way to go.
> Is there any other essential settings I am missing out?
Not sure. The traces will confirm.
> Can you suggest me any file in your jCVS code that deals with commit
> command?
> I have gone through it but I could not locate any?
Start in com.ice.jcvsii.ProjectFrame. This is where things drive from.
> Kindly help me with this as doing this is a very high priority for me.
> Thank you
> Shrikant.