info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

pserver: files not being released


From: ruud . senden
Subject: pserver: files not being released
Date: Tue, 22 Jan 2002 09:37:56 +0100

Hi,

We've got Concurrent Versions System (CVS) 1.10 `Halibut' (client/server)
running on AIX. When running CVS locally on that AIX machine everything
works correctly. However, we've got some problems using the CVS repository
remotely using pserver from Eclipse/IBM WebSphere Application Developer
running on WinNT 4.0 SP6a. We can access the repository correctly, but when
we try to release (check-in) files in some specific project the files do
not get updated in the CVS repository. For other projects check-in works
correctly. I'm wondering whether this is a CVS problem or a problem with
Eclipse.

I've checked the permissions on the repository and they look the same for
all projects; drwxrwsr-x for directories, -r--r--r-- for all ,v-files.
Owners are different, but groups are the same. I've included the pserver
requests and responses below for checking in a newly created Java class. Is
this enough information to determine what the problem is, or do you need
more information (and how do I gather that information)? Anything else that
I can try to get this working? One peculiarity of Eclipse is that is checks
in all files as binaries (I think), can this cause any problems?

--- START: REQUEST THAT DOES NOT WORK CORRECTLY ---
BEGIN AUTH REQUEST
/beheer/cvs/repository
se0771
--- PASSWORD REMOVED ---
END AUTH REQUEST
Valid-responses ok error Valid-requests E Checked-in Merged Removed Updated
M Module-expansion
valid-requests
Root /beheer/cvs/repository
Argument -m
Argument some comment
Directory com/abnamro/jengine/b2e
/beheer/cvs/repository/jdiss/com/abnamro/jengine/b2e
Entry /SomeClass.java/0//-kb/
Modified SomeClass.java
u=rw,g=rw,o=r
67
package com.abnamro.jengine.b2e;
public class SomeClass {

}

Directory .
/beheer/cvs/repository/jdiss
ci
--- END: REQUEST THAT DOES NOT WORK CORRECTLY ---

--- START: RESPONSE THAT DOES NOT WORK CORRECTLY ---
I LOVE YOU
Valid-requests Root Valid-responses valid-requests Repository Directory
Max-dotdot Static-directory Sticky Checkin-prog Update-prog Entry Kopt
Modified Is-modified UseUnchanged Unchanged Notify Questionable Case
Argument Argumentx Global_option Gzip-stream wrapper-sendme-rcsOptions Set
expand-modules ci co update diff log add remove update-patches
gzip-file-contents status rdiff tag rtag import admin export history
release watch-on watch-off watch-add watch-remove watchers editors init
annotate noop
ok
E cvs server: Examining .
ok
--- END: RESPONSE THAT DOES NOT WORK CORRECTLY ---

--- START: REQUEST THAT WORKS CORRECTLY ---
BEGIN AUTH REQUEST
/beheer/cvs/repository
se0771
--- PASSWORD REMOVED ---
END AUTH REQUEST
Valid-responses ok error Valid-requests E Checked-in Merged Removed Updated
M Module-expansion
valid-requests
Root /beheer/cvs/repository
Argument -m
Argument some comment
Directory mypackage
/beheer/cvs/repository/voorbeeld/mypackage
Entry /SomeClass.java/0//-kb/
Modified SomeClass.java
u=rw,g=rw,o=r
53
package mypackage;
public class SomeClass {

}

Directory .
/beheer/cvs/repository/voorbeeld
ci
--- END: REQUEST THAT WORKS CORRECTLY ---

--- START: RESPONSE THAT WORKS CORRECTLY ---
I LOVE YOU
Valid-requests Root Valid-responses valid-requests Repository Directory
Max-dotdot Static-directory Sticky Checkin-prog Update-prog Entry Kopt
Modified Is-modified UseUnchanged Unchanged Notify Questionable Case
Argument Argumentx Global_option Gzip-stream wrapper-sendme-rcsOptions Set
expand-modules ci co update diff log add remove update-patches
gzip-file-contents status rdiff tag rtag import admin export history
release watch-on watch-off watch-add watch-remove watchers editors init
annotate noop
ok
E cvs server: Examining .
E cvs server: Examining mypackage
M RCS file: /beheer/cvs/repository/voorbeeld/mypackage/SomeClass.java,v
M done
M Checking in mypackage/SomeClass.java;
M /beheer/cvs/repository/voorbeeld/mypackage/SomeClass.java,v  <--
SomeClass.java
M initial revision: 1.1
M done
Checked-in mypackage/
/beheer/cvs/repository/voorbeeld/mypackage/SomeClass.java
/SomeClass.java/1.1//-kb/
ok
--- END: RESPONSE THAT WORKS CORRECTLY ---

Kind regards,
Ruud.
---------------------------------------------------------------------------
This  message  (including  any  attachments)  is  confidential  and  may be
privileged.  If you have received it by mistake please notify the sender by
return  e-mail  and  delete this message from your system. Any unauthorised
use  or  dissemination  of  this  message  in  whole or in part is strictly
prohibited.  Please  note  that e-mails are susceptible to change. ABN AMRO
Bank  N.V.  (including  its  group  companies)  shall not be liable for the
improper  or  incomplete  transmission of the information contained in this
communication  nor  for  any delay in its receipt or damage to your system.
ABN  AMRO  Bank  N.V.  (or its group companies) does not guarantee that the
integrity   of  this  communication  has  been  maintained  nor  that  this
communication is free of viruses, interceptions or interference.
---------------------------------------------------------------------------





reply via email to

[Prev in Thread] Current Thread [Next in Thread]