Giter Club home page Giter Club logo

svn-manage's Introduction

What is it?
+++++++++++

Imagine you are working with other people on a project and they just don't get the
idea of version control, and you'r tired of explaining. So all these people end up
working via FTP and someone has to pull it together.

Here's an example of your daily "svn status":
?  path/to/foo.txt
M  path/to/fg/foobar1.txt
M  path/to/hi/foobar2.txt
M  path/to/jk/foobar3.txt
M  path/to/lm/foobar4.txt
!  path/to/bar.txt
?  path/to/foo.txt
M  path/to/foobar.txt
?  path/me/no/like/VCS/

(Think more complex paths and multiply the above by 10!)

svn-manage to the rescue! This script let's you cleanup whatever other people left
behind. It's not meant to really "figure out" what went wrong or how to resolve
conflicts or how to commit the right thing. It's for people who just want to get it
done -- because you can always revert later! :-D

In simple words -- this script auto-deletes, -commits and -adds changes/files to
your repository.

How do you install this? Easy!
++++++++++++++++++++++++++++++

1) git clone git://github.com/till/svn-manage.git ./svn-manage
2) cd svn-manage
3) [sudo] pear install --all-deps package.xml

This installs svn-manage into one of these paths:

/usr/local/bin/svn-manage
/usr/bin/svn-manage
/bin/svn-manage

---

How do you use it?
++++++++++++++++++

1) Simple:
svn-manage -t /local/path/to/your/repo

2) With username/password (for SVN):
svn-manage -u till -p -t /local/path/to/your/repo

---

That's all, kiddos! Email me if you have feedback!

svn-manage's People

Contributors

till avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

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