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

Setting svn:eol-style

From: Mark Grosberg <mark_at_nolab.conman.org>
Date: 2003-12-04 00:02:08 CET

C. Michael Pilato wrote:

> > Do I have to do a "svn propset" on each individual text file in my
> > repository?
>
> Yes. 'svn propset -R svn:eol-style native' (it will automatically
> skip directories, and just apply the change to files).

You sure about that? I've tried that in the past and it errored out. Tried
it with v0.33.1 and I get an error as well:

  myg@kwalitee:/tmp/sem/src> svn propset -R svn:eol-style native
  svn: Not enough args provided
  svn: explicit target required ('native' interpreted as prop value)

  myg@kwalitee:/tmp/sem/src> svn ps -R svn:eol-style native .
  svn: Obstructed update
  svn: svn_wc__close_props: '' is not a working copy directory

On a freshly checked-out WC.

L8r,
Mark G.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 4 00:02:48 2003

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.