Had the same problem, solved that by
set :scm_module, "your_application_name" in deploy.rb but then I ran in the next Problem that the checkout didn't work because of the specified date in the -D option. On 21 Nov., 11:02, phil <[EMAIL PROTECTED]> wrote: > Now I am getting: > > ** [err] cvs [checkout aborted]: must specify at least one module or > directory > > Surely it will tack my application name to the end of the checkout? > > To get this far I had to copy ssh keys all over the place to make sure > the my machine and the deployment machine could get to cvs without a > password... > > On Nov 20, 9:52 pm, Tyler Bird <[EMAIL PROTECTED]> wrote: > > > Also, I saw this: > > > set :cvs, "/usr/bin/cvs" > > > Which I realize now is how the other setting is configured. > > > I was just so excited that I thought I could answer a question that I > > didn't fully research it. My bad. > > > Let me know if that works. > > > On Nov 20, 2007, at 6:18 AM, PhilS wrote: > > > > Can someone tell me (better yet, show me!) how to use CVS as a > > > repository instead of svn? > > > > I've done the following: > > > > set :scm, "cvs" > > > set :repository, ":ext:[EMAIL PROTECTED]:/cvs" > > > > but it fails saying I need to specify a module to checkout! --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
