On Wed, Sep 5, 2012 at 8:14 AM, Dawid Weiss <[email protected]> wrote: >> C:\Jenkins\workspace\Lucene-Solr-4.x-Windows\extra-targets.xml:110: The >> following files are missing svn:eol-style (or binary svn:mime-type): > > This prevents people from using alternate workflows (not using svn but > git-svn for example). Can we not check svn properties but the contents > instead? I know svn but I'd rather not use it. >
its really necessary or it makes for huge problems with people using windows vs. linux and so on. personally I was tired of fixing this stuff before releases, so we worked on a checker. can you not configure your git-svn or whatever to add eol-style here? surely it has a configuration somewhere, for e.g. *.java. if not then its a bug in git. I did this by adding: *.sha1 = svn:eol-style=native to my ~/.subversion/config -- lucidworks.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
