I am trying to get a deploy via copy working on a windows machine and
I am getting an error resolving case. My cap file has this
specification for the repository set :repository, "file:///C:/
BlahBlahBlah/trunk" which matches what works from the command line
however when i cap:deploy the slashes are flipped around and the
script can no longer find the repository after it gets the svn info
(which works) and tries to export.
* executing `deploy:update_code'
executing locally: "svn info file:///C:/BlahBlahBlah/trunk -rHEAD
"
* getting (via export) revision 12 to C:/DOCUME~1/SRBOIS~1/LOCALS~1/
Temp/20090
210092401
executing locally: svn export -r12 file:\\\C:\BlahBlahBlah\trunk
C:\DOCUME~1\userna~1\LOCALS~1\Temp\20090210092401
svn: Error resolving case of 'file:\\\C:\BlahBlahBlah\trunk'
any help appreciated
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---