It just means you can use any valid svn repository URL (although, as noted, cap1 doesn't work with file: URL's out of the box. cap2 does.)
Thus, you can use http if your setup supports it, or you can use svn +ssh (or anything else might have configured). - Jamis On Jun 13, 2007, at 1:25 AM, charlie caroff wrote: > > Hi, > > I'm reading the free Capistrano book, trying to use the first simple > deployment recipe, and I come upon this: > > set :repository, "http://svn.capistrano.com/flipper/trunk" > > (Note that, for subversion, you cannot use file:// repositories with > Capistrano.) > > Does this mean what I think it means? That if I use Capistrano with > subversion, that I have to use a web server with subversion? > > Charlie > > > > --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
