bugConcurrent Versions System - Bugs: bug #36160, cvs co -d path exmodule checks out...

 
 

bug #36160: cvs co -d path exmodule checks out the excluded part

Submitter:  None
Submitted:  Thu 12 Apr 2012 10:00:40 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
   

Thu 12 Apr 2012 10:00:40 PM UTC, original submission:  

My repository contains two files:

foo/fil
foo/bar/fil

I have defined a module

assa -a !foo/bar foo

I try to checkout my module

$ cvs co assa
cvs checkout: Updating foo
U foo/fil
cvs checkout: Ignoring foo/bar

I try to checkout my module on an alternate path

$ cvs co -d zzz assa
cvs checkout: Updating zzz
U zzz/fil
cvs checkout: Updating zzz/bar
U zzz/bar/fil

Running cvs under gdb it looks as if it messes up the repository path and the destination path so that when ignore_directory gets called it gets the argument "zzz/bar" and tries to match it against "foo/bar", fails and reports that this directory shouldn't be ignored.

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

 

CC list is empty

 

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-758e.
Corresponding source code