bug-cvs
[Top][All Lists]
Advanced

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

I can't add files remotely w/ 1.11


From: S. J. Stremler
Subject: I can't add files remotely w/ 1.11
Date: Mon, 14 May 2001 17:08:27 -0700

I'm having a problem adding files to the CVS repository. I'm running the 
same version of CVS on the client (Solaris 2.6) and the server (Solaris 2.7)
and when I add a file, I *need* to give 'commit' an argument to make it 
take the file, OR I need to commit it from the server machine.

A mocked-up example might be:

% setenv CVSROOT :ext:me@server:/export/home/cvs/project/repository
% setenv CVS_RSH /usr/local/bin/ssh
% cvs checkout project
---stuff checks out---
% cd project
% vi foo.text
---edit file---
% cvs add foo.text
---usual message--
% cvs commit foo.text
---failure - cannot make or find foo.text on server---
% cvs commit -r 1.1 foo.text
---all is well---
%

If I 'step back' from version 1.11 to 1.10.4, it works as well.

I have looked through the manual and the newsgroup, to no avail. I
also poked around the website (http://cvshome.org) and didn't find
anything talking about this.

I've included a (slightly edited) 'typescript' file for the non-working
case, and for the working-from-the-older-version case as well.  I admit
that I'm a bit perplexed as what to do now.

If you have suggestions as to further testing, please let me know. 

-- 
============================================================================
Stewart Stremler                Office: 619 - 553 - 3129
stremler@g2ss.com               Employer: G2 Software Systems
stremler@spawar.navy.mil        Amusing Quote: "Ack!" --Bill the Cat
Script started on Mon May 14 16:39:07 2001
[147] alma ~/work/stu > cvs commit
cvs commit: Examining .
---edit---
RCS file: /export/home/cvs/work/cvs-repository/work/stu/Test.text,v
done
cvs server: cannot lstat file Test.text: No such file or directory
cvs server: Couldn't open rcs file 
`/export/home/cvs/work/cvs-repository/work/stu/Test.text,v': No such file or 
directory
cvs server: cannot remove 
/export/home/cvs/work/cvs-repository/work/stu/Test.text,v: No such file or 
directory
RCS file: /export/home/cvs/work/cvs-repository/work/stu/bar,v
done
cvs server: cannot lstat file bar: No such file or directory
cvs server: Couldn't open rcs file 
`/export/home/cvs/work/cvs-repository/work/stu/bar,v': No such file or directory
cvs server: cannot remove /export/home/cvs/work/cvs-repository/work/stu/bar,v: 
No such file or directory
cvs commit: saving log message in /tmp/cvsBAAq9aWYR
[148] alma ~/work/stu > cvs commit bar
---edit---
RCS file: /export/home/cvs/work/cvs-repository/work/stu/bar,v
done
cvs server: cannot lstat file bar: No such file or directory
cvs server: Couldn't open rcs file 
`/export/home/cvs/work/cvs-repository/work/stu/bar,v': No such file or directory
cvs server: cannot remove /export/home/cvs/work/cvs-repository/work/stu/bar,v: 
No such file or directory
cvs commit: saving log message in /tmp/cvsBAA_2aGZR
[149] alma ~/work/stu > cvs commit -r 1.1 bar
---edit---
RCS file: /export/home/cvs/work/cvs-repository/work/stu/bar,v
done
Checking in bar;
/export/home/cvs/work/cvs-repository/work/stu/bar,v  <--  bar
initial revision: 1.1
done
[150] alma ~/work/stu > cvs commit Test.text 
---edit---
RCS file: /export/home/cvs/work/cvs-repository/work/stu/Test.text,v
done
cvs server: cannot lstat file Test.text: No such file or directory
cvs server: Couldn't open rcs file 
`/export/home/cvs/work/cvs-repository/work/stu/Test.text,v': No such file or 
directory
cvs server: cannot remove 
/export/home/cvs/work/cvs-repository/work/stu/Test.text,v: No such file or 
directory
cvs commit: saving log message in /tmp/cvsBAAVQaa1R
[151] alma ~/work/stu > cvs --version

Concurrent Versions System (CVS) 1.11 (client/server)

Copyright (c) 1989-2000 Brian Berliner, david d `zoo' zuhn, 
                        Jeff Polk, and other authors

CVS may be copied only under the terms of the GNU General Public License,
a copy of which can be found with the CVS distribution kit.

Specify the --help option for further information about CVS
[152] alma ~/work/stu > exit
script done on Mon May 14 16:40:18 2001
Script started on Mon May 14 16:45:24 2001
[2]stremler@mrmagoo stu% cvs add baz
cvs server: scheduling file `baz' for addition
cvs server: use 'cvs commit' to add this file permanently
[2]stremler@mrmagoo stu% cvs commit
cvs commit: Examining .
---edit---
RCS file: /export/home/cvs/work/cvs-repository/work/stu/baz,v
done
Checking in baz;
/export/home/cvs/work/cvs-repository/work/stu/baz,v  <--  baz
initial revision: 1.1
done
[2]stremler@mrmagoo stu% cvs --version

Concurrent Versions System (CVS) 1.10.4 (client/server)

Copyright (c) 1989-1998 Brian Berliner, david d `zoo' zuhn, 
                        Jeff Polk, and other authors

CVS may be copied only under the terms of the GNU General Public License,
a copy of which can be found with the CVS distribution kit.

Specify the --help option for further information about CVS
[2]stremler@mrmagoo stu% exit
script done on Mon May 14 16:46:01 2001

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


reply via email to

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