You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Kerri Stone <ks...@mymail.mines.edu> on 2011/05/20 00:16:32 UTC

svn and object oriented programming in MATLAB

Hello:

When using OO in MATLAB, directories (or classes) are prefixed with an '@'.  Subversion, however, uses the @ for peg revisions.  Due to subversion thinking the @ delineates a peg revision, it is impossible to name a directory '@className' and check that directory into svn.  Is there a way to work around peg revisions in svn to version control MATLAB projects that contain classes?  

--Kerri



Re: svn and object oriented programming in MATLAB

Posted by Ryan Schmidt <su...@ryandesign.com>.
On May 19, 2011, at 17:16, Kerri Stone wrote:

> When using OO in MATLAB, directories (or classes) are prefixed with an '@'.  Subversion, however, uses the @ for peg revisions.  Due to subversion thinking the @ delineates a peg revision, it is impossible to name a directory '@className' and check that directory into svn.  Is there a way to work around peg revisions in svn to version control MATLAB projects that contain classes?  

The standard workaround is to specify the peg revision anyway, even if you wouldn't otherwise need it (i.e. append "@HEAD"). If that doesn't work, please show the commands you're running and their output.