This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 49716

Summary: ExportCommand does not delete cvs directories
Product: versioncontrol Reporter: garpinc <garpinc>
Component: CVS libraryAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description garpinc 2004-09-29 23:19:39 UTC
ExportCommand creates cvs directories. Standard 
comand line cvs does not. The standard admin 
handler it appeared to have an error. Also why 
can't you pass GlobalConfig into constuctor for 
PServerConnection so it can have access to cvs 
root.
Comment 1 garpinc 2004-09-30 03:06:27 UTC
Seems I was wrong. For some reason the library deletes all the cvs 
directorys at the end of the process. My question about globalconfig 
still applies.
Comment 2 Richard Gregor 2004-09-30 08:03:39 UTC
Signing as an enhancement because this is not a real problem. We can
consider your sugestion after investigation. We'd prefer using mailing
list for such questions. Thanks.
Comment 3 Martin Entlicher 2004-10-04 13:13:07 UTC
I did not wrote that class, so I do not know the reason.
But, from the code it seems that PServerConnection does not need the
global options. All it does is that it opens connection to the server.
Therefore CVSRoot object seems to be enough.
Can you please elaborate on what is the problem?