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
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open Release: 
Fixed Release:  None Fixed Feature Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

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>

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

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

    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.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code