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

Re: RFE - Binary props set/unset syntax

From: <cmpilato_at_collab.net>
Date: 2002-11-09 01:10:06 CET

Karellen <karellen@boreworms.com> writes:

> Adapting the chmod(1) syntax is mentioned as `svn +x filename', but that
> was shot down as `wrong' for subversion, because we use `x' for
> something else, and because it has no obvious link to the svn:executable
> property on non-unix platforms.
>
> So, how about a marriage of the two?
>
> `svn propset +svn:executable filename'
> `svn propset -svn:executable filename'

Nonono! I have it! We can use a 'configure' syntax! Yeah, how
about:

   svn propset --with-svn:executable=on filename
   svn propset --without-svn:executable filename

/me runs for cover...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Nov 9 01:19:58 2002

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

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