Recursive client operations not intuitive
From: Norbert Unterberg <nepo_at_gmx.net>
Date: 2004-07-31 10:35:04 CEST
I (as a user) have problem with the sematics of the recursive client
I am used to the behaviour that I can use both a wildcard mask and the
dir /s /b *.txt
in a windows command line the command lists all text files in all
D:\test>dir /s /b *.txt
(/s is the CMD equivalent to -R, and /b is to display as simple file list)
When I do the same with svn, the -R does not seem to work:
D:\test>svn ls -R *.txt
Where is the recursive operation? Replace the ls with proset, info or
Ok, I have now learned that recursive operations only work on the exact
Is that really what a typical user would expect from -R? What is the typical
There will be some users who might reply "Hey, you could always write a
svn propset -R svn:eof-style native *.c *.h
to set a property in the complete project directory
What do you think?
Sorry for stealing your time
Norbert
---------------------------------------------------------------------
|
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.