Sha256: 583e736fca29173b7510a26dfd0dfe846439a4513bd5c30cdacfb0d374302dcb
Contents?: true
Size: 1.56 KB
Versions: 1
Compression:
Stored size: 1.56 KB
Contents
= RSCM Changelog == Version 0.3.5 This release adds new API methods for accessing files and their revisions and contents. * Added new scm.history_file method (returning RSCM::HistoryFile). * Added RSCM::HistoryFile.revision_files methods to get all revisions of a file. * Added RSCM::RevisionFile.open to get the contents of a specific revision of a file. * Set defaults for Subversion username/password * Removed logging code (may reintroduce later if I come up with a better way to configure it) == Version 0.3.4 This release fixes some bugs on windows. * Removed redirection to dev/null for CVS commands. 2>nul didn't seem to work on windows. * Fixed the path to touch.exe (needed in tests) == Version 0.3.3 This release makes some test utilities more reusable. * Added optional basedir parameter to assert_equal_with_diff == Version 0.3.2 This is a bugfix release. * Moved difftool_test.rb and tempdir.rb from test to lib (damagecontrol's tests are using it) == Version 0.3.1 This is a bugfix release. * Added move method to Subversion, CVS, Monotone and Perforce (although it doesn't work on the latter two) * SCM classes no longer include FileUtils (conflicted with new move method) * Fixed DC-427 (couldn't parse regexp chars *,+ and ? in subversion logs) == Version 0.3.0 * Removed checkout_dir from all methods. It's now a mandatory attribute on the SCM objects. * Made logging more pluggable == Version 0.2.1 * Implemented add method for monotone * Fixed monotone test and added some doco * Add server and port options to Monotone::initialize * Added changelog file
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rscm-0.3.5 | CHANGES |