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

Re: Possibly a bug in SVN 1.5.X

From: Karl Heinz Marbaise <khmarbaise_at_gmx.de>
Date: Sat, 22 Nov 2008 20:32:44 +0100

Hi there,

> |--recursive| (|-R|)
>
> Makes a subcommand recurse into subdirectories. Most subcommands
> recurse by default.
I know what the book says....
and that's exactly what i expect Subversion to do in this particular
case....cause
>svn proplist -v -R
will go through all subdirectories of my working copy as i expect...
The same behaviour i expect to work with the propset command...

> I think the recurse means the sub command like commit
> which will commit all files in the subdirectory.
The "commit" command is usually recursive and you can do the opposite of
recursive which means -N (non recursive) option if you don't like
Subversion to go through all subdirectories...

> Subversion
> have not implements the behavior you needs. I think the
> method you think about recurse is not the same as
> Subversion.
or svn revert -R . works as expected...will go through all
subdirectories of my working copy...
or svn list -R as well....

Kind regards
Karl Heinz Marbaise

-- 
SoftwareEntwicklung Beratung Schulung    Tel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl Heinz Marbaise        ICQ#: 135949029
Hauptstrasse 177                         USt.IdNr: DE191347579
52146 Würselen                           http://www.soebes.de
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-11-22 20:33:02 CET

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.