Sha256: b40e22880d7d7d98c8188606ac04c818abaab65adbeae96b68097d314825640e

Contents?: true

Size: 895 Bytes

Versions: 19

Compression:

Stored size: 895 Bytes

Contents

@svn
Feature: Updating a working copy from a remote repository

  Scenario: Updating a working copy
    When I checkout a local repository
    And I create a wc file named "foo.rb"
    And I replace "foo.rb" contents with "Never gonna make you cry"
    And I add "foo.rb" to the index
    And I commit my changes with message "Hark! This is a commit."
    Then if I checkout to a new working copy, it should have "1" files
    And the contents of wc file "foo.rb" in the new copy should be "Never gonna make you cry"
    When I replace "foo.rb" contents with "Never gonna say goodbye"
    And I create a wc file named "bar.rb"
    And I add "bar.rb" to the index
    And I commit my changes with message "Yarr! This is another commit."
    Then if I update my new working copy, it should have "2" files
    And the contents of wc file "foo.rb" in the new copy should be "Never gonna say goodbye"

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
redcar-0.13 plugins/scm_svn/features/update.feature
redcar-dev-0.13.5dev plugins/scm_svn/features/update.feature
redcar-dev-0.13.4dev plugins/scm_svn/features/update.feature
redcar-dev-0.13.3dev plugins/scm_svn/features/update.feature
redcar-dev-0.13.2dev plugins/scm_svn/features/update.feature
redcar-dev-0.13.1dev plugins/scm_svn/features/update.feature
redcar-0.12.1 plugins/scm_svn/features/update.feature
redcar-dev-0.13.0dev plugins/scm_svn/features/update.feature
redcar-0.12 plugins/scm_svn/features/update.feature
redcar-dev-0.12.27dev plugins/scm_svn/features/update.feature
redcar-dev-0.12.26dev plugins/scm_svn/features/update.feature
redcar-dev-0.12.25dev plugins/scm_svn/features/update.feature
redcar-dev-0.12.24dev plugins/scm_svn/features/update.feature
redcar-dev-0.12.23dev plugins/scm_svn/features/update.feature
redcar-dev-0.12.22dev plugins/scm_svn/features/update.feature
redcar-dev-0.12.21dev plugins/scm_svn/features/update.feature
redcar-dev-0.12.20dev plugins/scm_svn/features/update.feature
redcar-dev-0.12.19dev plugins/scm_svn/features/update.feature
redcar-dev-0.12.18dev plugins/scm_svn/features/update.feature