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/



_______________________________________________
Bug-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/bug-cvs

Reply via email to