Giter Club home page Giter Club logo

svnstash's Introduction

SVN-Stash

SVN-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.

Features

  • Stash Creation: Save your local modifications to a new stash.
  • Stash Listing: Display a list of all the available stashes.
  • Stash Viewing: View the contents of a specific stash.
  • Stash Dropping: Remove a specific stash or the most recent one.
  • Stash Popping: Apply the changes from a stash and then remove it.

Installation

To install SVN-Stash, ensure you have Rust installed on your system. You can then clone this repository and build the tool using Cargo:

git clone https://github.com/yourusername/svn-stash.git
cd svn-stash
cargo build --release

The executable will be available in target/release.

Usage

SVN-Stash is straightforward to use, with a simple command-line interface:

  • To stash changes:
    svn-stash stash
    svn-stash stash --name "Feature XYZ"
  • To list stashes:
    svn-stash list
  • To drop a stash:
    svn-stash drop
    svn-stash drop --id 123
  • To pop a stash:
    svn-stash pop
    svn-stash pop --id 123
  • To view a stash:
    svn-stash view
    svn-stash view --id 123

Contributing

Contributions 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.

License

SVN-Stash is distributed under the MIT License. See LICENSE for more information.

svnstash's People

Contributors

thilinatlm avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.