search for: svn_log

Displaying 2 results from an estimated 2 matches for "svn_log".

Did you mean: lv_log
2006 Jan 28
1
Switchtower different svn repo urls from my local box and my shared hosting
...revision configuration.logger.debug "querying latest revision..." unless @latest_revision #repo = configuration.repository repo = configuration.repository_from_dev puts "usando repository_from_dev: #{repo}" until @latest_revision match = svn_log(repo).scan(/r(\d+)/).first @latest_revision = match ? match.first : nil if @latest_revision.nil? # if a revision number was not reported, move up a level in the path # and try again. repo = File.dirname(repo) end end...
2006 Mar 30
4
Capistrano Shovel onto Textdrive SVN error
...no-1.1.0/lib/capistrano/scm/ subversion.rb:90:in ``'': No such file or directory - svn log -q -rhead http://no pi.textdriven.com/svn/ssdsvn/OlderPersonsPortal (Errno::ENOENT) from C:/InstantRails/Ruby/lib/ruby/gems/1.8/gems/capistrano-1.1.0/lib/ca pistrano/scm/subversion.rb:90:in `svn_log'' from C:/InstantRails/Ruby/lib/ruby/gems/1.8/gems/capistrano-1.1.0/lib/ca pistrano/scm/subversion.rb:26:in `latest_revision'' from C:/InstantRails/Ruby/lib/ruby/gems/1.8/gems/capistrano-1.1.0/lib/ca pistrano/configuration.rb:62:in `initialize'' fro...