info-cvs
[Top][All Lists]
Advanced

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

CVS-Directories disappear when uploading per SFTP-Client


From: Dennis von Ferenczy
Subject: CVS-Directories disappear when uploading per SFTP-Client
Date: Sun, 19 Jun 2005 16:40:51 +0200

I am running a cvs server "Concurrent Versions System (CVS) 1.12.9
(client/server)" on debian linux. 

When I do a checkout everything is fine and a "CVS" directory is present in
every directory of the checked out module. However as soon as I upload a
changed version of of my code using my SFTP-Client the CVS-Directory
disappears from the directory to which I have uploaded the file. As a result
of this CVS always thinks that the directory is not yet under CVS-control. 

that means when adding I get errors like 
"cvs add: in directory `.':
cvs [add aborted]: there is no version here; do `cvs checkout' first"

or when doing a "cvs update" in a directory with changed files I get errors
like: 
"cvs checkout: move away `project/history.txt'; it is in the way
C project/history.txt"

What could be causing this problem?

my .cvsrc File contains the following lines:
  cvs -q
  diff -u -b -B
  checkout
  update -d







reply via email to

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