[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn and object oriented programming in MATLAB

From: Ryan Schmidt <subversion-2011a_at_ryandesign.com>
Date: Fri, 20 May 2011 02:28:22 -0500

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.
Received on 2011-05-20 09:29:08 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.