Rank: 1669 based on 52 downloads (last 30 days) and 1 file submitted
photo

Manu Raghavan

E-mail

Personal Profile:

http://raghavan.info

Professional Interests:

 

Watch this Author's files

 

Files Posted by Manu
Updated   File Tags Downloads
(last 30 days)
Comments Rating
29 Apr 2013 A thin MATLAB wrapper for the Git source control system Use this exactly as you would use the OS command-line Git, but from within MATLAB Author: Manu Raghavan source control, git, version, revision, distributed scm, scm 52 12
  • 4.8
4.8 | 5 ratings
Comments and Ratings by Manu
Updated File Comments Rating
13 Nov 2012 A thin MATLAB wrapper for the Git source control system Use this exactly as you would use the OS command-line Git, but from within MATLAB Author: Manu Raghavan

@Kay-Uwe Kirstein,

Certain git operations page the output text stream. Shelling out with the system call causes this to hang unless the output is piped. See my commit on 12 Mar 2011.

Comments and Ratings on Manu's Files View all
Updated File Comment by Comments Rating
06 Feb 2013 A thin MATLAB wrapper for the Git source control system Use this exactly as you would use the OS command-line Git, but from within MATLAB Author: Manu Raghavan Liberzon, Alex

26 Jan 2013 A thin MATLAB wrapper for the Git source control system Use this exactly as you would use the OS command-line Git, but from within MATLAB Author: Manu Raghavan Tyler

There might be an issue with using this wonderful utility to upload to a remote git repository using https. (on a mac) Git push uses curl to send the files to the repository (e.g. bitbucket) but the version of libcurl included in the MATLAB application bundle doesn't support https. To address this issue, just rename the included libcurl to something else (i.e. libcurl.old) and copy the newest version easily available from someplace like MacPorts. Make sure you add +ssl when getting the latest version of curl from MacPorts (sudo port install curl +ssl). This will then allow you to call git push to an https remote repository from inside the MATLAB command line.

02 Dec 2012 A thin MATLAB wrapper for the Git source control system Use this exactly as you would use the OS command-line Git, but from within MATLAB Author: Manu Raghavan Liu, Stephanie

I am new to git, and it is very usefule when control matlab project version.
one thing is, I need to use (git commit -m "new change in foo.m") to make it work in Linux.

13 Nov 2012 A thin MATLAB wrapper for the Git source control system Use this exactly as you would use the OS command-line Git, but from within MATLAB Author: Manu Raghavan Raghavan, Manu

@Kay-Uwe Kirstein,

Certain git operations page the output text stream. Shelling out with the system call causes this to hang unless the output is piped. See my commit on 12 Mar 2011.

03 Oct 2012 A thin MATLAB wrapper for the Git source control system Use this exactly as you would use the OS command-line Git, but from within MATLAB Author: Manu Raghavan Kirstein, Kay-Uwe

I have implemented a similar wrapper by myself and I am just wondering why are you piping the output thru 'cat' or 'type'?

@Luis-Emanual: using double-quotes (") instead of single-ones (') should work.

Top Tags Applied by Manu
distributed scm, git, revision, scm, source control
Files Tagged by Manu
Updated   File Tags Downloads
(last 30 days)
Comments Rating
29 Apr 2013 A thin MATLAB wrapper for the Git source control system Use this exactly as you would use the OS command-line Git, but from within MATLAB Author: Manu Raghavan source control, git, version, revision, distributed scm, scm 52 12
  • 4.8
4.8 | 5 ratings

Contact us