> Von: Petat, Daniel [mailto:daniel.pe...@ces.eu] 
> Betreff: Windows - Can not commit if foldername contains invalid characters

> We use a script, to create tags, using the current timestamp as folder names 
> with the ISO format yyyy-MM-ddThh:mm:ss_REV. 

>[...]
> Yes I know, I should not commit anything to a tag. But I think this would 
> happen to a branch as well.

Hello Daniel!

IMHO, you should avoid file names that are illegal in one of the OSs you have 
to use like the plague ...

DIN ISO 8601:2006 allows as "Basisformat" YYYYMMDDThhmmss (or for an UTC 
timestamp: YYYYMMDDThhmmssZ)
I would recommend to switch to that time stamp format (it is the same ISO, 
after all :-) and have identical (and valid) names on all systems.

Hartmut


Reply via email to