Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 365263
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T13:31:13+00:00 2026-05-12T13:31:13+00:00

I am using MATLAB R2008a and I want to know what source control has

  • 0

I am using MATLAB R2008a and I want to know what source control has integration with it.
I’ve heard Visual Source Safe is not so good. Does Subversion have integration with it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T13:31:13+00:00Added an answer on May 12, 2026 at 1:31 pm

    I wouldn’t worry about the Matlab source control integration. It’s convenient, but not necessary.

    Every modern source control system has one or more GUIs built for it, which will usually be more powerful than the generic source control GUI that Matlab provides. And most have command line utilities which expose the full power of the system. You can use these by getting them on your system path and then calling them from Matlab with “!”. Or you can write your own M-code wrapper functions that call your source control utilities. As a convenience, these can support partial paths by using “which”, like so.

    function checkin(infile, comments)
    file = which(infile);
    if ~exist(file, 'file')
        error('Not a file: %s (resolved to %s)', infile, file);
    end
    cmd = sprintf('cvs commit -m "%s" %s', comments, file);
    

    For external tools, if they make changes to files or dirs and Matlab doesn’t see them (e.g. if you’re on a network drive that’s exhausted its change notification handles), you can use path(path) to force Matlab to rescan.

    So, pick your source control system on its own merits (as long as it exposes its functionality in the command line or ActiveX controls), and then wrap it if you feel the need and Matlab doesn’t already integrate it. I’ve worked with CVS, ClearCase, and AccuRev this way, and we’ve always ended up using the version control tools directly or through custom wrappers instead of the Matlab integration.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using TortoiseSVN against VisualSVN I delete a source file that I should not have
I am using MATLAB R2008a, what testing framework is available and what is recommended.
In my matlab m-file I am using some logic (string concat) to build variables
I'm using polar plots (POLAR(THETA,RHO)) in MATLAB. Is there an easy way to fix
Using online interfaces to a version control system is a nice way to have
Using MATLAB , I have an array of values of size 8 rows x
I've built a Matlab/Simulink model that I'm using to simulate the performance of an
It seems like most image processing apps are done using matlab or OpenCV using
I am trying to translate a function in a book into code, using MATLAB
I am linking some fortran code (f90) from matlab using mex and I am

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.