* Shared repository with trees (format: 2a) * clone original branch to *trunk* * set append_revisions_only = true at trunk/.bzr/branch/branch.conf git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5932 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -26,7 +26,8 @@ class RepositoriesBazaarControllerTest < ActionController::TestCase
|
||||
:repositories, :enabled_modules
|
||||
|
||||
# No '..' in the repository path
|
||||
REPOSITORY_PATH = RAILS_ROOT.gsub(%r{config\/\.\.}, '') + '/tmp/test/bazaar_repository'
|
||||
REPOSITORY_PATH = RAILS_ROOT.gsub(%r{config\/\.\.}, '') +
|
||||
'/tmp/test/bazaar_repository/trunk'
|
||||
PRJ_ID = 3
|
||||
|
||||
def setup
|
||||
|
||||
Reference in New Issue
Block a user