bug-cvs
[Top][All Lists]
Advanced

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

[bug #18743] cvs add -m message not saved when using CVS_RSH=ssh


From: Peter Toft
Subject: [bug #18743] cvs add -m message not saved when using CVS_RSH=ssh
Date: Wed, 10 Jan 2007 16:03:00 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.9) Gecko/20061206 Firefox/1.5.0.9

URL:
  <http://savannah.nongnu.org/bugs/?18743>

                 Summary: cvs add -m message not saved when using CVS_RSH=ssh
                 Project: Concurrent Versions System
            Submitted by: petoft
            Submitted on: Wednesday 01/10/2007 at 16:02
                Category: Bug Report
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 
           Fixed Release: None
   Fixed Feature Release: None

    _______________________________________________________

Details:

Test setup
----------
CVS : version 1.11.20 or 1.12.13
OS : Linux RHEL4
Shell : tcsh

* I access my CVSROOT using ssh via setting CVS_RSH=ssh.
* cvs -d server:PATH_TO_CVSROOT co MY_MODULE
* cd MY_MODULE
* echo "hello" > file1.txt
* cvs add -m "Donald Duck" file1.txt
* cvs commit -m "My first version" file1.txt
* cvs log file1.txt

I see that the output of "cvs log file1.txt" does NOT contain any knowledge
of the add-text "Donald Duck" after the "description:" tag.

If I instead do all access on "server" then everything is fine
* ssh server
* cvs -d PATH_TO_CVSROOT co MY_MODULE
* cd MY_MODULE
* echo "hello" > file1.txt
* cvs add -m "Donald Duck" file1.txt
* cvs commit -m "My first version" file1.txt
* cvs log file1.txt

Then "Donald Duck" is found just after "description:" - as expected.






    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?18743>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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