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

Re: Recursive client operations not intuitive

From: Norbert Unterberg <nepo_at_gmx.net>
Date: 2004-07-31 19:09:17 CEST

Greg Hudson <ghudson <at> MIT.EDU> writes:

> Well, on Unix, Subversion doesn't even see the "*.txt"; the shell
> expands it, and Subversion sees just test1.txt and test2.txt.
>
> [...] but only at the expense of making Subversion behave
> differently across platforms.

Subversion already behaves different in this respect, I belive. On Unix, the
wildcards are expanded very early during processing (by the shell). That means
the wildcard will not be applied on files in subdirecotries. On Windows, on the
other hand, the wildcards seem to expand in a very late state, while walking
recursively through the directory tree. In this case they are used to filter
file names within subdirectories, too.

That means the same
   svn propset -R <propname> <value> <wildcard>
command will right now set the property on a different set of files (depending
on the OS), if <wildcard> describes a pattern that matches files and
directories.

Is that true or am I on a wrong track here? I am still a svn beginner.

Norbert

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jul 31 19:21:08 2004

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.