[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: Rock Sun <daijun_at_gmail.com>
Date: Sun, 23 Nov 2008 02:49:07 +0800

The svnbook said:

--recursive (-R)

Makes a subcommand recurse into subdirectories. Most subcommands recurse by
default.
I think the recurse means the sub command like commit
which will commit all files in the subdirectory. Subversion
have not implements the behavior you needs. I think the
method you think about recurse is not the same as
Subversion.

2008/11/23 Karl Heinz Marbaise <khmarbaise_at_gmx.de>

> Hi there,
>
> it seemed to me that i found a bug in the SVN 1.5.X command line client.
>
> On the root of an working copy i tried the following:
>
> >svn ps -R "svn:keywords" "Revision" pom.xml
>
> and the result was simply a single line of output.
> property 'svn:keywords' set (recursively) on 'pom.xml'
>
> But i known that within the working copy are 11 pom.xml files.
> If i do a find -type f -name "pom.xml" within the working copy i got the
> list of the eleven files...
>
> So this seemed to be a bug in using the -R option. I tested with the
> --depth=infinity with the same result as above...
>
> The second one i tested was:
>
> >svn ps -R "svn:keywords" "Revision" *.xml
> where i got only three lines (in the root directory of my wc)...
>
>
> 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
>
>

-- 
My Blog: http://rocksun.cn/
My Site: http://www.subversion.org.cn
Received on 2008-11-22 19:49:15 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.