bugConcurrent Versions System - Bugs: bug #19555, Fetch from a cvs version retrives...

 
 

bug #19555: Fetch from a cvs version retrives the deleted files from repository

Submitter:  None
Submitted:  Mon 09 Apr 2007 09:18:55 AM UTC
   
 
Category:  Bug Report Severity:  3 - Normal
Item Group:  None Status:  Invalid
Privacy:  Public Assigned to:  None
Open/Closed:  Closed Release: 
Fixed Release:  None Fixed Feature Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 10 Apr 2007 09:22:58 PM UTC, comment #3: 

This is not a bug. It is expected behaviour.

If the tag is a "rolling" tag, i.e. something like LATEST_BUILD, then when you delete a file, first delete the tag from the file then delete the file.

Jim Hyslop <jhyslop>
Group Member
Mon 09 Apr 2007 11:34:10 AM UTC, comment #2: 

NOTABUG!  This is the intended behavior.

For example, if the latest revision of the file is 1.23 and you attach the tag 'PreDelete' to it, 'PreDelete' refers to revision 1.23.  When you 'remove' the file, a new 'dead' revision is created, revision 1.24.  If you try to retrieve the latest version of the file, you will be told that there is no usable file available because the latest revision (1.24) is 'dead', but if you ask for revision 'PreDelete', you are asking for revision 1.23, which is NOT dead.  Similarly, if you try to attach 'PreDelete' to another revision, CVS will tell you that 'PreDelete' is allready attached to a revision.  (It may not tell you that the revision 'PreDelete' is attached to is 1.23, but you didn't ask about that.)

Anonymous
Mon 09 Apr 2007 09:30:35 AM UTC, comment #1: 

Even After Deletion, if I tag the repository again with same version saying "Move tag if already exist" will not work.

AKM <avnit82>
Mon 09 Apr 2007 09:18:55 AM UTC, original submission:  

Steps to reproduce:-

Commit a file in CVS and tag it with some version.
Delete the file from repository.
Fetch from repository with same version.
The deleted files will be fetched.

Thanks
Avnit

Anonymous

 

(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 dprice (Updated the item)
  • -email is unavailable- added by jhyslop (Posted a comment)
  • -email is unavailable- added by avnit82 (Posted a comment)
  •  

    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.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2008-01-28 dprice Open/ClosedOpen Closed
    2007-04-10 jhyslop StatusNone Invalid

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code