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

Re: ignore not recursive to subdirectories

From: Paul L Lussier <pll_at_lanminds.com>
Date: 2003-05-02 15:24:56 CEST

In a message dated: 01 May 2003 22:46:48 CDT
cmpilato@collab.net said:

>Or, if the community thinks it useful, we could make 'svn propedit -R'
>simply *not* populate the editor with anything, and instead skip
>straight to storing your new property recursively. I'd wouldn't mind
>that so much (as long as it was properly documented).

Are you saying that 'svn propedit -R' would first pop up into an
editor for the creation/modification of the prop, then recursively
apply it? Or are you saying that you'd never get the editor at all,
and the prop would have to be set by way of some other means,
e.g. command line option or something?

I think the former would be useful, I think the latter would be
confusing to too many. Unless 'svn propedit' is re-designed to take
it's properties from STDIN, in which case, you can redirect a file con
taining the properties to it. IOW:

        svn propedit -R PROPNAME . # take property info from STDIN
                                                # (i.e. the keyboard)

        svn propedit -R PROPNAME . < props.txt # take property info from
                                                # STDIN, which is redirected
                                                # from the file props.txt

        svn propedit -R PROPNAME -e EDITOR . # invoke the editor,
                                                # get the prop info,
                                                # and apply it when
                                                # finished

In all cases, the props would be applied recursively due to the -R
option. If '-e' is specified and $EDITOR is set, you could have 'svn propedit'
invoke that editor rather than requiring the editor be specified on
the command line.

Just some thoughts, do with them what you will :)

-- 
Seeya,
Paul
--
Key fingerprint = 1660 FECC 5D21 D286 F853  E808 BB07 9239 53F1 28EE
	It may look like I'm just sitting here doing nothing,
   but I'm really actively waiting for all my problems to go away.
	 If you're not having fun, you're not doing it right!
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 2 15:26:15 2003

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.