[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
Re: VSS Plugin and directories with spaces
|
abhishes wrote:
> Hello All,
>
> In my VSS, I have a directory called /My Apps/Web Projects/src .....
>
> Now I create a project in eclipse and click on share in the VSS wizard I
> entered the relative mount point as $/"MY APPS"/"WEB PROJECTS"/
>
> but I get an error message in the console
>
> "Apps/Web is not an existing filename or project"
>
> I guess the spaces in my directory names are causing problems.
>
> How to solve this ?
>
> regards,
> Abhishek.
Update the plugin to add single quotes around the project name, or create
a wrapper for the ss command that does this.
-- robin