bugConcurrent Versions System - Bugs: bug #18743, cvs add -m message not saved when...

 
 

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

Submitter:  Peter Toft <petoft>
Submitted:  Wed 10 Jan 2007 04:02:59 PM UTC
   
 
Category:  Bug Report Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open
Release:  Fixed Release:  None
Fixed Feature Release:  None
* Mandatory Fields

Post a Comment

Add a New Comment Rich Markup
   

Discussion

Wed 10 Jan 2007 04:02:59 PM UTC, original submission:  

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.


Peter Toft <petoft>

 

Attached Files

This item currently has no attached files.

(Note: upload size limit is set to 16MiB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

 

Dependencies

This item does not depend on any other items.

No items depend on this one.

 

Mail Notification Carbon-Copy List

Carbon-Copy List
  • -email is unavailable- added by petoft (Submitted the item)
  •  

    Votes

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    History

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.16.
    Corresponding source code