{"id":28192734,"url":"https://github.com/thilinatlm/svnstash","last_synced_at":"2025-06-29T15:33:31.965Z","repository":{"id":214472487,"uuid":"736609521","full_name":"ThilinaTLM/SvnStash","owner":"ThilinaTLM","description":"A command-line tool designed to manage missing feature stashing with SVN effectively.","archived":false,"fork":false,"pushed_at":"2023-12-28T11:25:42.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-16T12:15:16.615Z","etag":null,"topics":["git-stash","stash","subversion","svn"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThilinaTLM.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-28T11:19:45.000Z","updated_at":"2023-12-28T11:28:20.000Z","dependencies_parsed_at":"2023-12-28T12:53:50.808Z","dependency_job_id":"c2996ae4-30e2-460b-bddf-d680262fa4e3","html_url":"https://github.com/ThilinaTLM/SvnStash","commit_stats":null,"previous_names":["thilinatlm/svnstash"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ThilinaTLM/SvnStash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThilinaTLM%2FSvnStash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThilinaTLM%2FSvnStash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThilinaTLM%2FSvnStash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThilinaTLM%2FSvnStash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThilinaTLM","download_url":"https://codeload.github.com/ThilinaTLM/SvnStash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThilinaTLM%2FSvnStash/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262618610,"owners_count":23338048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["git-stash","stash","subversion","svn"],"created_at":"2025-05-16T12:15:15.193Z","updated_at":"2025-06-29T15:33:31.944Z","avatar_url":"https://github.com/ThilinaTLM.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SVN-Stash\n\nSVN-Stash is a command-line tool designed to manage SVN stashes effectively. It provides a set of commands to create, list, view, apply, and drop stashes within your SVN repository, enhancing the workflow for developers who frequently manage a large number of changes.\n\n## Features\n\n- **Stash Creation**: Save your local modifications to a new stash.\n- **Stash Listing**: Display a list of all the available stashes.\n- **Stash Viewing**: View the contents of a specific stash.\n- **Stash Dropping**: Remove a specific stash or the most recent one.\n- **Stash Popping**: Apply the changes from a stash and then remove it.\n\n## Installation\n\nTo install SVN-Stash, ensure you have Rust installed on your system. You can then clone this repository and build the tool using Cargo:\n\n```sh\ngit clone https://github.com/yourusername/svn-stash.git\ncd svn-stash\ncargo build --release\n```\n\nThe executable will be available in `target/release`.\n\n## Usage\n\nSVN-Stash is straightforward to use, with a simple command-line interface:\n\n- **To stash changes:**\n  ```sh\n  svn-stash stash\n  svn-stash stash --name \"Feature XYZ\"\n  ```\n- **To list stashes:**\n  ```sh\n  svn-stash list\n  ```\n- **To drop a stash:**\n  ```sh\n  svn-stash drop\n  svn-stash drop --id 123\n  ```\n- **To pop a stash:**\n  ```sh\n  svn-stash pop\n  svn-stash pop --id 123\n  ```\n- **To view a stash:**\n  ```sh\n  svn-stash view\n  svn-stash view --id 123\n  ```\n\n## Contributing\n\nContributions to SVN-Stash are welcome! Please feel free to submit pull requests, create issues for bugs and feature requests, and provide feedback to improve the tool.\n\n## License\n\nSVN-Stash is distributed under the MIT License. See `LICENSE` for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthilinatlm%2Fsvnstash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthilinatlm%2Fsvnstash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthilinatlm%2Fsvnstash/lists"}