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

[ANN] svneol 0.8 released

From: Chad Whitacre <chad_at_zetaweb.com>
Date: 2005-04-01 22:55:16 CEST

Greetings,

I'd like to announce the initial release of a little utility called
svneol. svneol is a toolkit that simplifies the task of cleaning up line
endings on a large tree of files. The primary use case is preparing a
large, non-versioned tree to be imported into a Subversion repository.

   http://svn.zetadev.com/repos/public/svneol/tags/0.8/

Usage looks like this (from the man page):

  % cd ~/FooProject/
  % svneol confgen > ~/.subversion/config
  % vi ~/.subversion/config # manually remove extensions for binary files
  % svneol find | less
  ... # assuage any paranoia that binary files will be broken
  % svneol clean
  locating text files ...................... 952 found
  scrubbing newlines ..................... 945 files cleaned
  %

Thanks.

Chad Whitacre
www.zetaweb.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 1 23:00:36 2005

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.