I have some troubles with Capistrano. It wants to run a command like this: CVS_RSH="ssh" cvs -d :extssh:[EMAIL PROTECTED]:/opt/server co -D "" -d 20070705123456 myproject
The problem is: it DOESN'T create a directory 2007... output of this command contains only lines like this: cvs checkout: Updating 20070705123456/vendor/tzinfo-0.3.2/lib/tzinfo/ indexes cvs checkout: Updating 20070705123456/vendor/tzinfo-0.3.2/test But if I run CVS_RSH="ssh" cvs -d :extssh:[EMAIL PROTECTED]:/opt/server co -D "" -d 20070705123456 anotherProject output like this is: U 20070705123456/index.html U 20070705123456/people.xml cvs checkout: Updating 20070705123456/com What can I do with myproject to make it checkout'able in this weird way? I cannot change this command.
