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 42046 - VCS task
Summary: VCS task
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-15 15:41 UTC by Peter Pis
Modified: 2006-12-04 21:12 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Pis 2004-04-15 15:41:41 UTC
NetBeans IDE dev Build (20040415-0248)

1. Versioning Manager - mount new CVS profile.
(I used pserver with build-in client, successful
login)

2. Create new Project in Working directory of
above mounted file system in Versioning Manager.
(All CVS command can be invoked from popup menu).

3. Change this working directory to Project
directory. (Working directory for CVS is the same
as for created project.)

4. Now CVS commands can't be invoked. Even if
working directory is changed to previous, CVS
commands can't be invoked.

Note: The working directory in Versioning Manager
 doesn't change if it's changed in customizer.
Comment 1 Peter Pis 2004-04-15 17:01:30 UTC
CVS: problem with "chceck out" of root if created project is placed in
Working directory of mounted CVS file system. Files are checked out to
same directory level as created project is. I think better way will be
if "check out" command default mode is advanced. User will be able to
choose where desired modules will check out. 
Comment 2 Martin Entlicher 2004-04-30 15:27:54 UTC
There are issues #42649 and #42378 submitted for the problems
associated with changing the working directory.

The checkout is a separate problem.
Comment 3 Martin Entlicher 2004-04-30 18:06:40 UTC
It looks like the problem is caused by -N option. If that is removed,
it's possible to make it work, however the setup is not much intuitive:

Working Directory: .../<project name>
...
Module: <project name>/src
...
Checkout Into Folder: src