You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jan Hendrik <ja...@bigfoot.com> on 2004/03/29 16:14:19 UTC

--recursive not always recursing?

SVN 1.0.1
W2K SP2
Apache 2.0.48

Hi all out there!

After running into trouble with branching/switching when svn:eol-
style=native is set by autoprop (see my posting "cheap copy?) I 
did some tests with removing/setting properties on a small test 
working copy:

svn propdel svn:eol-style -R d:\test\*.*

seems to remove the property of files in d:\test\folder, too. The 
output on the commandline lists files in d:\test only though. 
However,

svn propdel svn:eol-style -R d:\test\*.htm

will delete the property in *.htm files in d:\test, but not in *.htm files 
in d:\test\folder.

Same behaviour with propset.

Am I missing something or means "recursive" just "all files in the 
same folder", but not "all files in this folder and down in the folders 
below"?

TIA - Jan Hendrik
---------------------------------------
Freedom quote:

     Freedom is not created by government
     nor is it a gift from those in political power.
     It is, in fact, secured more than anything else
     by limitations placed on those in government.
                -- Ronald Reagan


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org