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 40571 - VSS: Cannot add subdirectory
Summary: VSS: Cannot add subdirectory
Status: VERIFIED INVALID
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-27 15:03 UTC by David Kaspar
Modified: 2005-07-19 15:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kaspar 2004-02-27 15:03:24 UTC
How to reproduce:
1) Have a VSS filesystem
2) Create "abc" directory in fs root
3) Add "abc" directory into repository using
"VSS|Create Project" action
4) Create "def" directory in "abc" directory
5) Add "def" directory into repository using
"VSS|Create Project" action
6) ERROR - "Create Project" command exits with error

Here is error output of "Create Project" command
("E:\\sources\\client2" is working directory amd
"C:\Program Files\Microsoft Visual Studio\VSS" is
SSDIR):

Please, check the execution string:
cmd /X /C "(mkdir \"E:\\sources\\client2\abc\\.\"
2>nul || echo.) && cd /D
\"E:\\sources\\client2\abc\" && \"C:\Program
Files\Microsoft Visual Studio\VSS\win32\SS.EXE\"
cd -I- -Yguest, \"/\abc\" && \"C:\Program
Files\Microsoft Visual Studio\VSS\win32\SS.EXE\"
workfold -I- -Yguest, \"E:\\sources\\client2\abc\"
&& \"C:\Program Files\Microsoft Visual
Studio\VSS\win32\SS.EXE\" create
-C@\"C:\DOCUME~1\<local_user>\LOCALS~1\Temp\tempVcsCmd42054input\"
 -I- -Yguest, \"def\" "
/\abc is not a valid switch, and will be ignored.
Continue anyway?(Y/N)N
Comment 1 Martin Entlicher 2004-02-27 16:38:55 UTC
This definitely used to work. I'm going to check it on Windows...
Comment 2 Martin Entlicher 2004-02-27 16:59:16 UTC
This works for me without problems.
I was able to reproduce the error when I filled "/" as the "VSS
Project" instead of "$/".

There is "$/" by default, therefore by default it should work O.K.

This is a problem of the filesystem customization -> resolving as invalid.
Comment 3 Peter Pis 2005-07-19 15:59:07 UTC
Verified.