Skip to content

community-build : illegal file name in project Cask #11710

Closed
@michelou

Description

@michelou

Assignee : @lihaoyi

The addition of the Cask project to the community build prevents git operations on a Windows machine (see line 229 in file communitybuild/projects.scala.

C:\opt\Git-2.30.2\mingw64\bin\git.exe submodule update --init --recursive --jobs 7
error: invalid path 'docs/pages/1 - Cask: a Scala HTTP micro-framework.md'
Unable to checkout '93c27abe583c2b804e5ce66271440789fca0581a' in submodule path 'community-build/community-projects/cask'

Directory cask/docs/pages/ contains 3 Markdown files.
The name of the first file, namely 1 - Cask: a Scala HTTP micro-framework.md, is illegal on Windows because it contains a colon character.

PS. Furthermore one should avoid spaces in file names (e.g. Is it problematic to include spaces in file names?).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions