{"id":19136890,"url":"https://github.com/mdub/basketcase","last_synced_at":"2026-06-24T07:31:17.489Z","repository":{"id":641957,"uuid":"283885","full_name":"mdub/basketcase","owner":"mdub","description":"making ClearCase ever-so-slightly less painful","archived":false,"fork":false,"pushed_at":"2009-08-21T02:40:55.000Z","size":123,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-13T07:21:51.215Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://basketcase.rubyforge.org/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mdub.png","metadata":{"files":{"readme":"README.txt","changelog":"History.txt","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-08-21T02:40:00.000Z","updated_at":"2014-10-28T12:29:46.000Z","dependencies_parsed_at":"2022-07-08T22:00:28.237Z","dependency_job_id":null,"html_url":"https://github.com/mdub/basketcase","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mdub/basketcase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdub%2Fbasketcase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdub%2Fbasketcase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdub%2Fbasketcase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdub%2Fbasketcase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdub","download_url":"https://codeload.github.com/mdub/basketcase/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdub%2Fbasketcase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34722621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-24T02:00:07.484Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T06:35:47.088Z","updated_at":"2026-06-24T07:31:17.466Z","avatar_url":"https://github.com/mdub.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"= basketcase\n\n* http://basketcase.rubyforge.org/\n* http://rubyforge.org/projects/basketcase/\n* http://dogbiscuit.org/mdub/\n\n== Description\n\nBasketCase is a (Ruby) script that encapsulates the Rational ClearCase\ncommand-line interface, \u003ccode\u003ecleartool\u003c/code\u003e, making it (slightly) more\ncomfortable for developers more used to non-locking version-control systems\nsuch as CVS or Subversion.\n\n== Features\n\nBasketCase can help you:\n\n* \u003cstrong\u003eList\u003c/strong\u003e modified elements.\n* \u003cstrong\u003eUpdate\u003c/strong\u003e a snapshot view, including \u003cstrong\u003eautomatic merge\u003c/strong\u003e of modified elements.\n* \u003cstrong\u003eCheck-out\u003c/strong\u003e (unreserved) and \u003cstrong\u003echeck-in\u003c/strong\u003e elements.\n* \u003cstrong\u003eUndo a check-out\u003c/strong\u003e, reverting to the base version.\n* Perform a \u003cstrong\u003ebulk check-in\u003c/strong\u003e (or revert).\n* \u003cstrong\u003eAdd\u003c/strong\u003e, \u003cstrong\u003eremove\u003c/strong\u003e and \u003cstrong\u003erename\u003c/strong\u003e elements.\n* Display \u003cstrong\u003echange-logs\u003c/strong\u003e and \u003cstrong\u003eversion-trees\u003c/strong\u003e.\n* Display \u003cstrong\u003edifferences\u003c/strong\u003e for modified elements.\n\n== Synopsis\n\n  usage: basketcase \u003ccommand\u003e [\u003coptions\u003e]\n\n  GLOBAL OPTIONS\n\n      -t/--test   test/dry-run/simulate mode\n                  (ie. don't actually do anything)\n\n      -d/--debug  debug cleartool interaction\n\n  COMMANDS        (type 'basketcase help \u003ccommand\u003e' for details)\n\n      % list, ls, status, stat\n      % lsco\n      % diff\n      % log, history\n      % tree, vtree\n      % update, up\n      % checkin, ci, commit\n      % checkout, co, edit\n      % uncheckout, unco, revert\n      % add\n      % remove, rm, delete, del\n      % move, mv, rename\n      % auto-checkin, auto-ci, auto-commit\n      % auto-uncheckout, auto-unco, auto-revert\n      % auto-sync, auto-addrm\n      % help\n\n== Installation\n\nIs as easy as:\n\n  sudo gem install basketcase\n\n== Background\n\nIn mid-2006, Mike Williams worked on a client project which, despite the\nteam's wishes, was burdened with ClearCase as it's source-code control\nsystem.\n\nThe team was attempting to use Agile practices such as collective code\nownership, refactoring and continuous-integration, and ClearCase was in the\nway:\n\n* ClearCase enables and in many ways favours \"reserved\" check-outs of\n  elements, preventing collective code ownership.\n* When add, removing or moving elements, ClearCase will sometimes apply the\n  change to the repository immediately, without waiting for a \"commit\".\n* When updating, ClearCase will not attempt to merge other developers'\n  changes to elements you have checked-out ... leaving your view in an\n  inconsistent state.\n* Performing an automatic merge from the command-line requires an unwieldy,\n  obscure command.\n* There is no easy way to do a bulk-commit from the command-line.\n\nMike wrote BasketCase in frustration.\n\n== License\n\n(The MIT License)\n\nCopyright (c) 2008 Mike Williams\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdub%2Fbasketcase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdub%2Fbasketcase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdub%2Fbasketcase/lists"}