sandbox : A vim script for managing subversion sandbox.
script karma |
Rating 23/23,
Downloaded by 1250 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Wenzhi Liang |
|
script type |
utility |
|
description |
After installing this plugin, ':Sandbox <sandbox_directory>' on the command line will create a new buffer
which list the currnet status of the sandbox. In the buffer, a few handy mapping are available like diffing, commit, revert, etc. See the help at the bottom of the buffer.
Screenshot:
http://files.myopera.com/wzhliang/albums/649613/sandbox.png
Linux only!
Depends on: svn, meld or tkdiff for GUI diffing.
---------- H E L P -----------
c Commit a single file or selected files.
d Diff the file specified in the current line.
e Open the file in question in a new tab.
r Revert a single file or selected files.
t Select/Unselect a single file.
u, U Update a single file or update all files.
v Resolved a single file or selected files.
C-D Reset selection.
<F5> Refresh the buffer.
q Quit
|
|
install details |
This plugin will be distributed as a vimball. So simply edit the vimbal and :so it. |
|
script versions (upload new version)
Click on the package to download.
sandbox_0.3.vba |
0.3 |
2010-06-30 |
7.0 |
Wenzhi Liang |
Add F6 to switch between GUI tool and vcscommand.vim.
Better default behaviour.
More robust.
|
sandbox_0.2.vba |
0.2 |
2009-05-16 |
7.0 |
Wenzhi Liang |
Now svn 1.6 compatible.
Added support for using vcscommand.vim
Support multiple sandbox at the same time.
Added more commands.
Speed improvements.
|
sandbox.vba |
0.1 |
2008-12-02 |
7.0 |
Wenzhi Liang |
Initial upload |
ip used for rating: 3.15.140.134
|