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

Newbie Question: Recursive operations not working?

From: Norbert Unterberg <nepo_at_gmx.net>
Date: 2004-07-24 00:14:36 CEST

This is may be a newbie issue:

(SVN 1.05, WIN32)

Assume I have a working copy with this layout:

D:\Prj\
   file1.txt
   dir1\file2.txt

I would like to set the svn:eol-style property on all text files:
        D:\Prj>svn ps svn:eol-sytle native *.txt
        property 'svn:eol-sytle' set on 'file1.txt'

This is fine. Now I try it recursively:
        D:\Prj>svn ps -R svn:eol-sytle native *.txt
        property 'svn:eol-sytle' set (recursively) on 'file1.txt'

What about dir1\file2.txt? I assumed that -R means "perform the operation
recursively on all project directories", but why did SVN not go into the
dir1 dirctory to set the property on file2.txt?

Thanks
Norbert

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jul 24 00:15:13 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.