pull/11127/head
r3flow 2 years ago committed by Oliver Günther
parent d25650c6e9
commit 94a4825c97
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 2
      lib/open_project/scm/adapters/subversion.rb

@ -185,7 +185,7 @@ module OpenProject
# To fix this we find out the earliest available revision here
# and start from there.
def start_revision
cmd = %w(log -r1:HEAD --limit 1) + [target('')]
cmd = %w(log -r1:HEAD --limit 1 --stop-on-copy) + [target('')]
rev = capture_svn(cmd).lines.map(&:strip)
.select { |line| line =~ /\Ar\d+ \|/ }

Loading…
Cancel
Save