Subversion Interface for Matlab
by Sean Bryan
29 Jun 2006
(Updated 19 Apr 2007)
Use the Subversion version control system in Matlab
|
Watch this File
|
| File Information |
| Description |
The summary basically says it all. This lets you use Subversion with Matlab. I didn't see any other implementation on this, so I wrote this simple version for my group. Put this file in the ../toolbox/matlab/verctrl/ directory, overwriting the existing file there with the same name. Then go to matlab preferences, click on source control, and change it to "custom." Now in a matlab editor, you can use the menu items under File-Source Control.
Subversion doesn't use the "lock" concept, so that isn't implemented here. I also didn't implement the "undo checkout" feature. However, Zheng Li implemented that feature, and it is included in the "customverctr.m" file. My old version is "customverctr_noundo.m".
Improvements or comments are welcome. |
| MATLAB release |
MATLAB 7.2 (R2006a)
|
| Other requirements |
Subversion must be installed, and you must be editing code inside an already working checkout area for a local repository.
This was developed in OS X, and it should work on Linux. Not tested in Windows. |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (21) |
| 30 Jun 2006 |
Thomas G
|
|
|
| 06 Jul 2006 |
Dennis Wouters
|
|
|
| 22 Sep 2006 |
Dirkjan Krijnders
|
|
|
| 29 Sep 2006 |
James Snyder
|
|
|
| 07 Nov 2006 |
Stephen Larson
|
|
|
| 07 Feb 2007 |
stephane roy
|
|
|
| 18 Apr 2007 |
Zheng Li
|
|
|
| 02 Jul 2007 |
Juan Romero
|
|
|
| 03 Jul 2007 |
Goran christiansson
|
|
|
| 31 Aug 2007 |
Felix Hebeler
|
|
|
| 29 Nov 2007 |
Andrea Tagliasacchi
|
|
|
| 11 Dec 2007 |
Mister Chan
|
|
|
| 06 Feb 2008 |
Jesper Mariegaard
|
|
|
| 01 May 2008 |
N Shah
|
|
|
| 05 Sep 2008 |
Thierry Dalon
|
|
|
| 21 Oct 2008 |
dave matthews
|
|
|
| 15 Sep 2009 |
Eric
|
|
|
| 21 Mar 2010 |
Courtney
|
|
|
| 06 Aug 2010 |
Pascal Schulthess
|
|
|
| 05 Oct 2010 |
Amy
|
|
|
| 05 Apr 2011 |
Courtney
|
|
|
| Updates |
| 19 Apr 2007 |
Zheng Li at Duke wrote an update to this code. He cleaned up the code, and added an "undo checkout" feature. The file "customverctr.m" is his updated version, and "customverctr_noundo.m" is my older version. Thanks Zheng! |
|
Contact us at files@mathworks.com