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 - ExportCommand does not delete cvs directories
Summary: ExportCommand does not delete cvs directories
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS library (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-29 23:19 UTC by garpinc
Modified: 2011-11-24 10:11 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?