Re: svn and object oriented programming in MATLAB

2011-05-20 Thread Ryan Schmidt
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' an

svn and object oriented programming in MATLAB

2011-05-19 Thread Kerri Stone
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 wa