I can't seem to get it to work. Capistrano keeps failing on:
svn: invalid option: --limit
which is triggered by line 23 in subversion.rb (which in turn calls
svn_log on line 81), which uses:
`svn log -q --limit 1 #{path}`
Running "svn --version" tells me MediaTemple is running Subversion
1.1.4. I doubt if this version supports the limit switch for the "svn
log" command (how to tell?). Runnning this command locally runs without
problems...
Any ideas to resolve this? It'll be highly appreciated, since I'm
stuck! :)
PS: Why isn't Capistrano using "svn info" to determine the revision
number in the first place? Seems just a tad cleaner to me, but then
again, I'm just a n00b. :)
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---