Sha256: f76445ab6764f4a431c7e6499f92aa83f7c24996b36e7506f91a5dad13ec658b
Contents?: true
Size: 837 Bytes
Versions: 6
Compression:
Stored size: 837 Bytes
Contents
--- Mini Vcs HOWTO: - Install Vcs: - From a package: - Install rubygems: http://rubyforge.org/frs/?group_id=126 - Install Vcs (as root): gem install vcs - From the svn repository: - Find a place to install it: cd ~/local - Checkout Vcs: svn co https://svn.lrde.epita.fr/svn/lrdetools/trunk/vcs - Update your PATH: export PATH=$PATH:~/local/vcs/bin - If your shell is zsh: rehash - Check Vcs: vcs --help - Make aliases: `vcs --mk-alias` # Don't forget backquotes ! - Check the transparent mode: svn status! - Commit in lrdetools: svn lrdetools_commit 'Your news subject' - or: svn ltci 'Your news subject'
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
vcs-0.2.148 | HOWTO |
vcs-0.1 | HOWTO |
vcs-0.3.0 | HOWTO |
vcs-0.4.0 | HOWTO |
vcs-0.4.1 | HOWTO |
vcs-0.5.2.4 | HOWTO |