webcreate / conveyor

Build and deploy tool for PHP projects
http://conveyordeploy.com
MIT License
11 stars 3 forks source link

[vcs] Clone does fail on windows for non-existing paths #5

Closed pscheit closed 11 years ago

pscheit commented 11 years ago

proc_open cannot be called on non-existing working directories. that why clone (with a new directory) fails on windows.

Warning: proc_open(): CreateProcess failed, error code - 267

means (by http://msdn.microsoft.com/en-us/library/ms681382(v=vs.85).aspx) error_directory: the directory name is not valid

best regards Philipp

fieg commented 11 years ago

Hi, thanks for using and testing Conveyor. I'll look into the issue, although I'm not a Windows user. If you have some spare time and see a solution I'd love to see a PR.

pscheit commented 11 years ago

okay never mind, i put this on my list

pscheit commented 11 years ago

this is fixed now