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.